Skip to content

Commit

Permalink
Prefer Groovy 4.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Mar 14, 2024
1 parent 07d47f0 commit 1a56a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.19")
prefer("4.0.20")
}
}
}
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.19")
prefer("4.0.20")
}
}
}
Expand Down

0 comments on commit 1a56a48

Please sign in to comment.