Skip to content

Commit

Permalink
Prefer Kotlin 2.0.20 (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 15, 2024
1 parent 638f9e7 commit 7c902f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,3)")
prefer("1.9.25")
prefer("2.0.20")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,3)")
prefer("1.9.25")
prefer("2.0.20")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,3)")
prefer("1.9.25")
prefer("2.0.20")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion integration-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,3)")
prefer("1.9.25")
prefer("2.0.20")
}
}
}
Expand Down

0 comments on commit 7c902f6

Please sign in to comment.