Skip to content

Commit

Permalink
[3.x] Bump okio to 3.9.0 (#5868)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD committed Apr 30, 2024
1 parent a5c3ba0 commit 33a5c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/Mpp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fun Project.configureMpp(
fun Project.okio(): String {
val okioVersion = when (getKotlinPluginVersion()) {
"1.6.10" -> "3.0.0"
else -> "3.2.0"
else -> "3.9.0"
}

return "com.squareup.okio:okio:$okioVersion"
Expand All @@ -134,7 +134,7 @@ fun Project.okio(): String {
fun Project.okioNodeJs(): String {
val okioVersion = when (getKotlinPluginVersion()) {
"1.6.10" -> "3.0.0"
else -> "3.2.0"
else -> "3.9.0"
}

return "com.squareup.okio:okio-nodefilesystem:$okioVersion"
Expand Down

0 comments on commit 33a5c76

Please sign in to comment.