Skip to content

Commit

Permalink
Prefer Groovy 3.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 23, 2023
1 parent 44a520c commit 0f25825
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.18")
prefer("3.0.19")
}
}
}
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.18")
prefer("3.0.19")
}
}
}
Expand Down

0 comments on commit 0f25825

Please sign in to comment.