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 20ade03 commit bab0c29Copy full SHA for bab0c29
clients/algoliasearch-client-scala/build.sbt
@@ -35,9 +35,9 @@ lazy val root = project
35
36
// Project dependencies
37
libraryDependencies ++= Seq(
38
- "com.squareup.okhttp3" % "okhttp" % "4.12.0" % "compile",
+ "com.squareup.okhttp3" % "okhttp" % "5.0.0" % "compile",
39
"org.json4s" %% "json4s-native" % "4.0.7" % "compile",
40
- "com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
+ "com.squareup.okhttp3" % "logging-interceptor" % "5.0.0",
41
"org.slf4j" % "slf4j-api" % "2.0.17"
42
)
43
0 commit comments