We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58886c commit c0c3bb3Copy full SHA for c0c3bb3
1 file changed
build.sbt
@@ -632,7 +632,7 @@ lazy val okhttpBackend = (projectMatrix in file("okhttp-backend"))
632
libraryDependencies ++= Seq(
633
// okhttp 5 is published as a Kotlin Multiplatform library; the JVM classes live in the `okhttp-jvm` artifact
634
// (the plain `okhttp` artifact only carries Gradle module metadata, which sbt/coursier doesn't resolve).
635
- "com.squareup.okhttp3" % "okhttp-jvm" % "5.3.2"
+ "com.squareup.okhttp3" % "okhttp-jvm" % "5.4.0"
636
)
637
638
.jvmPlatform(scalaVersions = scala2And3)
0 commit comments