We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d688b2f commit 1ef4651Copy full SHA for 1ef4651
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.15"
+scalaVersion := "2.13.16"
5
crossScalaVersions := Seq("2.13.12", "3.5.2")
6
publishMavenStyle := true
7
Test / publishArtifact := false
project/build.properties
@@ -1 +1 @@
-sbt.version=1.10.5
+sbt.version=1.10.7
0 commit comments