Skip to content

Commit

Permalink
Bump preferred Kotlin version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Nov 28, 2024
1 parent 9a218e1 commit 22ad126
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,3)")
prefer("2.0.20")
prefer("2.1.0")
}
}
}
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,3)")
prefer("2.0.20")
prefer("2.1.0")
}
}
}
Expand Down

0 comments on commit 22ad126

Please sign in to comment.