Skip to content

Commit

Permalink
Prefer Kotlin 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Dec 21, 2023
1 parent c36ec39 commit 78c4ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.6,1.10)")
prefer("1.9.21")
prefer("1.9.22")
}
}
}
Expand Down

0 comments on commit 78c4ab8

Please sign in to comment.