Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 1867dc7 commit 52e3353
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example-data/kover-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.25"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.1"
}
}
Expand Down
2 changes: 1 addition & 1 deletion example-data/kover-gradle/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin_version=1.9.25
kotlin_version=2.0.21
kotest_version=5.9.1
strikt_version=0.35.1
wiremockVersion=2.32.0
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin_version=1.9.25
kotlin_version=2.0.21
kotest_version=5.9.1
spockVersion=2.3-groovy-3.0
strikt_version=0.35.1
Expand Down

0 comments on commit 52e3353

Please sign in to comment.