Skip to content

Commit

Permalink
Update constraint for groovy to match version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrell authored and gesellix committed Jul 30, 2024
1 parent 527c7a5 commit 21042cb
Showing 1 changed file with 1 addition and 1 deletion.
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.21")
prefer("3.0.22")
}
}
}
Expand Down

0 comments on commit 21042cb

Please sign in to comment.