Skip to content

Commit

Permalink
Require Kotlin 1.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed May 7, 2023
1 parent 03b4b07 commit 8fdb2c5
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 @@ -67,7 +67,7 @@ dependencies {
).onEach {
implementation(it) {
version {
strictly("[1.5,1.9)")
strictly("[1.6,1.9)")
prefer("1.8.21")
}
}
Expand Down
2 changes: 1 addition & 1 deletion explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
).onEach {
implementation(it) {
version {
strictly("[1.5,1.9)")
strictly("[1.6,1.9)")
prefer("1.8.21")
}
}
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 @@ -68,7 +68,7 @@ dependencies {
).onEach {
implementation(it) {
version {
strictly("[1.5,1.9)")
strictly("[1.6,1.9)")
prefer("1.8.21")
}
}
Expand Down

0 comments on commit 8fdb2c5

Please sign in to comment.