Skip to content

Commit

Permalink
Bump version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Dec 29, 2022
1 parent eb12b9d commit 389b06c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,)")
prefer("3.0.13")
prefer("3.0.14")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,)")
prefer("3.0.13")
prefer("3.0.14")
}
}
}
Expand Down

0 comments on commit 389b06c

Please sign in to comment.