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 de1f24c commit 2be5242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,4)")
prefer("3.7.0")
prefer("3.8.0")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation("com.squareup.okio:okio") {
version {
strictly("[3,4)")
prefer("3.7.0")
prefer("3.8.0")
}
}
listOf(
Expand Down

0 comments on commit 2be5242

Please sign in to comment.