Skip to content

Commit

Permalink
Bump the Kotlin dependency constraint to 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Nov 4, 2024
1 parent 925189e commit 21d58ed
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.20")
prefer("2.0.21")
}
}
}
Expand Down

0 comments on commit 21d58ed

Please sign in to comment.