Skip to content

Commit

Permalink
Prefer Kotlin 1.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Aug 9, 2021
1 parent 84b0ab0 commit 7d927cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.3,1.6)")
prefer("1.3.72")
prefer("1.4.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 @@ -36,7 +36,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.3,1.6)")
prefer("1.3.72")
prefer("1.4.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 @@ -56,7 +56,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.3,1.6)")
prefer("1.3.72")
prefer("1.4.20")
}
}
}
Expand Down

0 comments on commit 7d927cd

Please sign in to comment.