Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo to v1.9.21 (#1178)
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] committed Nov 26, 2023
1 parent 7540476 commit e3f05ba
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.10"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21"
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.5.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.10
kotlin_version=1.9.21
kotest_version=5.6.2
strikt_version=0.34.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.10
kotlin_version=1.9.21
kotest_version=5.7.2
spockVersion=2.3-groovy-3.0
strikt_version=0.34.1
Expand Down

0 comments on commit e3f05ba

Please sign in to comment.