Skip to content

Commit

Permalink
okio driver lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics authored Jan 17, 2024
1 parent 3a0085d commit 7b027f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions okiodriver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ kotlin {
dependencies {
implementation(project(mapOf("path" to ":rpccore")))
// implementation("com.squareup.okhttp3:okhttp:4.10.0")
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.11")
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.12")
}
}
val commonTest by getting {
dependencies {
implementation(kotlin("test"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0-RC")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")
}
}
}
Expand Down

0 comments on commit 7b027f3

Please sign in to comment.