diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-08-31 11:30:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-31 11:30:22 +0200 |
| commit | 816c765edb87c51873b1cdb194a232f74b1da70e (patch) | |
| tree | 0a4e7e0f0f2e1f9017784b38e2536f23f236b24b /buildSrc | |
| parent | 719d4eb5856ecfe1900b305e682c3c5b7749793c (diff) | |
| parent | 5e4d8e65159384d33cd411b1985bc950b342977e (diff) | |
merge: Update build dependencies
This change updates the build dependencies of the OpenDC simulator.
* Update Kotlin to 1.5.3.0
* Update dependencies to latest version
Diffstat (limited to 'buildSrc')
| -rw-r--r-- | buildSrc/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 6ada3535..a5e99bfa 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -31,9 +31,9 @@ repositories { } dependencies { - implementation(kotlin("gradle-plugin", version = "1.5.21")) + implementation(kotlin("gradle-plugin", version = "1.5.30")) implementation("org.jlleitschuh.gradle:ktlint-gradle:10.1.0") - implementation("org.jetbrains.kotlin:kotlin-allopen:1.5.21") + implementation("org.jetbrains.kotlin:kotlin-allopen:1.5.30") implementation("org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.3.1") implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.5.0") implementation("gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0") |
