Skip to content

Commit

Permalink
Bump dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 15, 2024
1 parent 190e2af commit 664d8e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies {
).forEach {
implementation(it) {
version {
strictly("[1.6,1.10)")
prefer("1.9.23")
strictly("[1.6,3)")
prefer("1.9.25")
}
}
}
Expand All @@ -41,7 +41,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,4)")
prefer("3.9.0")
prefer("3.9.1")
}
}
}
Expand Down

0 comments on commit 664d8e7

Please sign in to comment.