diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-06-24 20:15:57 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-06-24 20:15:57 +0200 |
| commit | abf10eb0630d25c1e26e598b2dbfab758f14ced9 (patch) | |
| tree | 274be18922ff6b203e71513d4d04d3fed4f87a0f | |
| parent | 36cb3c0cf642990a7b087a56d627a0de4fe2e71f (diff) | |
build: Upgrade to Kotlin 1.5.20
This change updates the Kotlin version used in the Gradle build to
version 1.5.20. For more details, see
https://kotlinlang.org/docs/releases.html#release-details.
| -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 431e8566..8971e5e4 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -31,9 +31,9 @@ repositories { } dependencies { - implementation(kotlin("gradle-plugin", version = "1.5.10")) + implementation(kotlin("gradle-plugin", version = "1.5.20")) implementation("org.jlleitschuh.gradle:ktlint-gradle:10.1.0") - implementation("org.jetbrains.kotlin:kotlin-allopen:1.5.10") + implementation("org.jetbrains.kotlin:kotlin-allopen:1.5.20") implementation("org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.3.1") implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.4.32") implementation("gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0") |
