File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
clients/algoliasearch-client-scala Expand file tree Collapse file tree 5 files changed +6
-5
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.15"
5
- crossScalaVersions := Seq (" 2.13.12" , " 3.3.1 " )
5
+ crossScalaVersions := Seq (" 2.13.12" , " 3.5.2 " )
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.1 "
2
+ ThisBuild / scalaVersion := " 3.5.2 "
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.1 "
2
+ ThisBuild / scalaVersion := " 3.5.2 "
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 238
238
" clients/algoliasearch-client-php/composer.json" ,
239
239
" tests/output/dart/**" ,
240
240
" tests/output/java/**" ,
241
- " tests/output/javascript/package.json"
241
+ " tests/output/javascript/package.json" ,
242
+ " docs/**"
242
243
],
243
244
"prHourlyLimit" : 20 ,
244
245
"prConcurrentLimit" : 50
Original file line number Diff line number Diff line change 1
1
ThisBuild / version := "0.1.0-SNAPSHOT"
2
- ThisBuild / scalaVersion := "3.5.1 "
2
+ ThisBuild / scalaVersion := "3.5.2 "
3
3
4
4
lazy val root = (project in file("."))
5
5
.settings(name := "scala-snippets")
You can’t perform that action at this time.
0 commit comments