Skip to content

Commit

Permalink
Prefer Kotlin 1.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Apr 2, 2023
1 parent e2d8d7b commit 25555b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.5,1.9)")
prefer("1.8.10")
prefer("1.8.20")
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions 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.5,1.9)")
prefer("1.8.10")
prefer("1.8.20")
}
}
}
Expand All @@ -44,7 +44,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,)")
prefer("3.0.16")
prefer("3.0.17")
}
}
}
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.5,1.9)")
prefer("1.8.10")
prefer("1.8.20")
}
}
}
Expand Down

0 comments on commit 25555b2

Please sign in to comment.