Skip to content

Commit

Permalink
Prefer okio 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Feb 13, 2024
1 parent 93e64b8 commit cbabf85
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 @@ -53,7 +53,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,4)")
prefer("3.7.0")
prefer("3.8.0")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,4)")
prefer("3.7.0")
prefer("3.8.0")
}
}
}
Expand Down

0 comments on commit cbabf85

Please sign in to comment.