Skip to content

Commit b2351bf

Browse files
algolia-botrenovate[bot]millotp
committed
chore(deps): dependencies 2025-03-03 (generated)
algolia/api-clients-automation#4511 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Millot <[email protected]>
1 parent bd2beb7 commit b2351bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization := "com.algolia"
22
name := "algoliasearch-scala"
33
description := "Scala client for Algolia Search API"
44
scalaVersion := "2.13.16"
5-
crossScalaVersions := Seq("2.13.12", "3.5.2")
5+
crossScalaVersions := Seq("2.13.12", "3.6.3")
66
publishMavenStyle := true
77
Test / publishArtifact := false
88
licenses += ("MIT", url("https://opensource.org/licenses/MIT"))
@@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
3838
"com.squareup.okhttp3" % "okhttp" % "4.12.0" % "compile",
3939
"org.json4s" %% "json4s-native" % "4.0.7" % "compile",
4040
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
41-
"org.slf4j" % "slf4j-api" % "2.0.16"
41+
"org.slf4j" % "slf4j-api" % "2.0.17"
4242
)
4343

4444
scalacOptions := Seq(

0 commit comments

Comments
 (0)