Skip to content

Commit

Permalink
chore(deps): dependencies 2025-03-03 (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4511

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
4 people committed Mar 3, 2025
1 parent bd2beb7 commit b2351bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "com.algolia"
name := "algoliasearch-scala"
description := "Scala client for Algolia Search API"
scalaVersion := "2.13.16"
crossScalaVersions := Seq("2.13.12", "3.5.2")
crossScalaVersions := Seq("2.13.12", "3.6.3")
publishMavenStyle := true
Test / publishArtifact := false
licenses += ("MIT", url("https://opensource.org/licenses/MIT"))
Expand Down Expand Up @@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
"com.squareup.okhttp3" % "okhttp" % "4.12.0" % "compile",
"org.json4s" %% "json4s-native" % "4.0.7" % "compile",
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
"org.slf4j" % "slf4j-api" % "2.0.16"
"org.slf4j" % "slf4j-api" % "2.0.17"
)

scalacOptions := Seq(
Expand Down

0 comments on commit b2351bf

Please sign in to comment.