diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-07-29 17:38:17 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-07-29 17:38:17 +0200 |
| commit | 20d21aabe00970e420053cf33cdcf10e1da3a3e2 (patch) | |
| tree | 1a96ef282a03d4ce01c5ee03ec7529fd16268cd3 /buildSrc | |
| parent | b0c5681b28d1c3c87b7d24d8b8d166f5566e7699 (diff) | |
build: Update Kotlin dependencies
This change updates the Kotlin dependencies used by OpenDC to their
latest version.
Diffstat (limited to 'buildSrc')
| -rw-r--r-- | buildSrc/build.gradle.kts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 8971e5e4..6ada3535 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -31,10 +31,10 @@ repositories { } dependencies { - implementation(kotlin("gradle-plugin", version = "1.5.20")) + implementation(kotlin("gradle-plugin", version = "1.5.21")) implementation("org.jlleitschuh.gradle:ktlint-gradle:10.1.0") - implementation("org.jetbrains.kotlin:kotlin-allopen:1.5.20") + implementation("org.jetbrains.kotlin:kotlin-allopen:1.5.21") implementation("org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.3.1") - implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.4.32") + implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.5.0") implementation("gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0") } |
