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 a87f844 commit 07df70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-model-v1-41/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,4)")
prefer("3.7.0")
prefer("3.8.0")
}
}
}
Expand Down

0 comments on commit 07df70c

Please sign in to comment.