Skip to content

Commit

Permalink
Merge pull request #115 from shalva97/renovate/com.squareup.okio-okio…
Browse files Browse the repository at this point in the history
…-3.x

Update dependency com.squareup.okio:okio to v3.5.0
  • Loading branch information
shalva97 authored Sep 7, 2023
2 parents e6533ac + ccbfb11 commit 396db7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiplatform-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kotlin {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-cli:0.3.6")
implementation(project(":parser"))
implementation("com.squareup.okio:okio:3.3.0")
implementation("com.squareup.okio:okio:3.5.0")
}
}
val jvmMain by getting
Expand Down

0 comments on commit 396db7f

Please sign in to comment.