Skip to content

Commit

Permalink
Bump preferred Groovy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Mar 1, 2024
1 parent 658e4b5 commit 56fdf16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
implementation(it) {
version {
strictly("[4,)")
prefer("4.0.18")
prefer("4.0.19")
}
}
}
Expand Down
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,4)")
prefer("3.0.20")
prefer("3.0.21")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation(it) {
version {
strictly("[4,)")
prefer("4.0.17")
prefer("4.0.19")
}
}
}
Expand Down

0 comments on commit 56fdf16

Please sign in to comment.