Skip to content

Commit

Permalink
Prefer Groovy 4.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Dec 1, 2023
1 parent 780306c commit e21609f
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.15")
prefer("4.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 @@ -55,7 +55,7 @@ dependencies {
implementation(it) {
version {
strictly("[4,)")
prefer("4.0.15")
prefer("4.0.16")
}
}
}
Expand Down

0 comments on commit e21609f

Please sign in to comment.