We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2beb7 commit b2351bfCopy full SHA for b2351bf
build.sbt
@@ -2,7 +2,7 @@ organization := "com.algolia"
2
name := "algoliasearch-scala"
3
description := "Scala client for Algolia Search API"
4
scalaVersion := "2.13.16"
5
-crossScalaVersions := Seq("2.13.12", "3.5.2")
+crossScalaVersions := Seq("2.13.12", "3.6.3")
6
publishMavenStyle := true
7
Test / publishArtifact := false
8
licenses += ("MIT", url("https://opensource.org/licenses/MIT"))
@@ -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.16"
+ "org.slf4j" % "slf4j-api" % "2.0.17"
42
)
43
44
scalacOptions := Seq(
0 commit comments