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 07448fd commit 406d7d4Copy full SHA for 406d7d4
clients/algoliasearch-client-scala/build.sbt
@@ -1,7 +1,7 @@
1
organization := "com.algolia"
2
name := "algoliasearch-scala"
3
description := "Scala client for Algolia Search API"
4
-scalaVersion := "2.13.17"
+scalaVersion := "2.13.18"
5
crossScalaVersions := Seq("2.13.12", "3.6.3")
6
Test / publishArtifact := false
7
licenses += ("MIT", url("https://opensource.org/licenses/MIT"))
playground/scala/build.sbt
@@ -1,5 +1,5 @@
ThisBuild / version := "0.1.0-SNAPSHOT"
-ThisBuild / scalaVersion := "2.13.17"
+ThisBuild / scalaVersion := "2.13.18"
lazy val root = (project in file("."))
.settings(
0 commit comments