Skip to content

Commit

Permalink
Prefer Kotlin 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Nov 1, 2023
1 parent c254449 commit c384c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,1.10)")
prefer("1.9.10")
prefer("1.9.20")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,1.10)")
prefer("1.9.10")
prefer("1.9.20")
}
}
}
Expand Down

0 comments on commit c384c61

Please sign in to comment.