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 0bfa2e8 commit 526da2dCopy full SHA for 526da2d
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.15"
5
-crossScalaVersions := Seq("2.13.12", "3.3.1")
+crossScalaVersions := Seq("2.13.12", "3.5.2")
6
publishMavenStyle := true
7
Test / publishArtifact := false
8
licenses += ("MIT", url("https://opensource.org/licenses/MIT"))
0 commit comments