Skip to content

Commit

Permalink
Update Kotlin core dependencies to v2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent 2c65a75 commit 6686919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
// this hack prevents the following bug: https://github.com/gradle/gradle/issues/9770
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20")

implementation("org.cqfn.diktat:diktat-gradle-plugin:1.2.5")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/com/akuleshov7/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
)

object Versions {
const val KOTLIN = "2.0.0"
const val KOTLIN = "2.0.20"
const val JUNIT = "5.7.1"
const val OKIO = "3.9.0"
const val SERIALIZATION = "1.7.0"
Expand Down

0 comments on commit 6686919

Please sign in to comment.