File tree 3 files changed +3
-3
lines changed
clients/algoliasearch-client-scala
3 files changed +3
-3
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" ))
Original file line number Diff line number Diff line change 1
1
ThisBuild / version := "0.1.0-SNAPSHOT"
2
- ThisBuild / scalaVersion := "3.5.2 "
2
+ ThisBuild / scalaVersion := "3.6.3 "
3
3
4
4
lazy val root = (project in file("."))
5
5
.settings(name := "scala-snippets")
Original file line number Diff line number Diff line change 1
1
ThisBuild / version := " 0.1.0-SNAPSHOT"
2
- ThisBuild / scalaVersion := " 3.5.2 "
2
+ ThisBuild / scalaVersion := " 3.6.3 "
3
3
4
4
lazy val root = (project in file(" ." ))
5
5
.settings(name := " scala-tests" )
You can’t perform that action at this time.
0 commit comments