Skip to content

Commit

Permalink
Bump preferred Okio version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jul 8, 2023
1 parent 3daa6a9 commit 33b611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,4)")
prefer("3.3.0")
prefer("3.4.0")
}
}
}
Expand Down

0 comments on commit 33b611d

Please sign in to comment.