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 a3ab32d commit 0428175Copy full SHA for 0428175
build.sbt
@@ -32,9 +32,9 @@ lazy val root = project
32
33
// Project dependencies
34
libraryDependencies ++= Seq(
35
- "com.squareup.okhttp3" % "okhttp" % "4.12.0" % "compile",
+ "com.squareup.okhttp3" % "okhttp" % "5.1.0" % "compile",
36
"org.json4s" %% "json4s-native" % "4.0.7" % "compile",
37
- "com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
+ "com.squareup.okhttp3" % "logging-interceptor" % "5.1.0",
38
"org.slf4j" % "slf4j-api" % "2.0.17"
39
)
40
0 commit comments