File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ organization := "com.algolia"
2
2
name := " algoliasearch-scala"
3
3
description := " Scala client for Algolia Search API"
4
4
scalaVersion := " 2.13.16"
5
- crossScalaVersions := Seq (" 2.13.12" , " 3.5.2 " )
5
+ crossScalaVersions := Seq (" 2.13.12" , " 3.6.3 " )
6
6
publishMavenStyle := true
7
7
Test / publishArtifact := false
8
8
licenses += (" MIT" , url(" https://opensource.org/licenses/MIT" ))
@@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
38
38
" com.squareup.okhttp3" % " okhttp" % " 4.12.0" % " compile" ,
39
39
" org.json4s" %% " json4s-native" % " 4.0.7" % " compile" ,
40
40
" com.squareup.okhttp3" % " logging-interceptor" % " 4.12.0" ,
41
- " org.slf4j" % " slf4j-api" % " 2.0.16 "
41
+ " org.slf4j" % " slf4j-api" % " 2.0.17 "
42
42
)
43
43
44
44
scalacOptions := Seq (
You can’t perform that action at this time.
0 commit comments