Skip to content

Commit

Permalink
Prefer groovy 3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Mar 27, 2023
1 parent 450e5a9 commit 8fb34b3
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 @@ -79,7 +79,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,)")
prefer("3.0.15")
prefer("3.0.16")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,)")
prefer("3.0.15")
prefer("3.0.16")
}
}
}
Expand Down

0 comments on commit 8fb34b3

Please sign in to comment.