Skip to content

Commit

Permalink
Prefer Kotlin 1.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Apr 20, 2022
1 parent bc9a4a7 commit 9df61fc
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 @@ -34,7 +34,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.4,1.7)")
prefer("1.6.20")
prefer("1.6.21")
}
}
}
Expand Down

0 comments on commit 9df61fc

Please sign in to comment.