Skip to content

Commit

Permalink
Bump preferred dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jul 21, 2022
1 parent 3bd4d6a commit d7ccad2
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 @@ -30,7 +30,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,4)")
prefer("3.1.0")
prefer("3.2.0")
}
}
}
Expand All @@ -47,7 +47,7 @@ dependencies {
implementation(it) {
version {
strictly("[2.4,3)")
prefer("2.5.0")
prefer("2.5.1")
}
}
}
Expand Down

0 comments on commit d7ccad2

Please sign in to comment.