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 dcc130b commit 15fabcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.10")
prefer("2.0.20")
}
}
}
Expand All @@ -59,7 +59,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,4)")
prefer("3.9.0")
prefer("3.9.1")
}
}
}
Expand Down

0 comments on commit 15fabcd

Please sign in to comment.