Skip to content

Commit

Permalink
Prefer Kotlin 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jun 9, 2024
1 parent 13800dc commit 67afbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies {
).forEach {
implementation(it) {
version {
strictly("[1.6,1.10)")
prefer("1.9.23")
strictly("[1.6,3)")
prefer("2.0.0")
}
}
}
Expand Down

0 comments on commit 67afbcb

Please sign in to comment.