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 94fad78 commit 9de1a80Copy full SHA for 9de1a80
clients/algoliasearch-client-scala/build.sbt
@@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
38
"com.squareup.okhttp3" % "okhttp" % "4.12.0" % "compile",
39
"org.json4s" %% "json4s-native" % "4.0.7" % "compile",
40
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
41
- "org.slf4j" % "slf4j-api" % "2.0.13"
+ "org.slf4j" % "slf4j-api" % "2.0.16"
42
)
43
44
scalacOptions := Seq(
0 commit comments