Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo to v2.1.0 (#1548)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent d1a6893 commit 80f1f91
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:2.0.21"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.2"
}
}
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=2.0.21
kotlin_version=2.1.0
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=2.0.21
kotlin_version=2.1.0
kotest_version=5.9.1
spockVersion=2.3-groovy-3.0
strikt_version=0.35.1
Expand Down

0 comments on commit 80f1f91

Please sign in to comment.