Skip to content

Commit

Permalink
Bump the Kotlin dependency constraint 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 ce8ff0d commit 5a39a48
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 @@ -37,7 +37,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,3)")
prefer("2.0.21")
prefer("2.1.0")
}
}
}
Expand Down

0 comments on commit 5a39a48

Please sign in to comment.