File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 matrix :
1515 scala :
1616 - 2.13.16
17- - 3.3.6
17+ - 3.3.7
1818
1919 steps :
2020 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1- # ignore Scala 3 updates, we will stick with Scala 3.3.6 LTS
1+ # ignore Scala 3 updates, we will stick with manual Scala 3.3.x LTS updates
22updates.ignore = [ { groupId = "org.scala-lang", artifactId = "scala3-library" } ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ organizationHomepage := Some(url("https://evolution.com"))
88homepage := Some (url(" https://github.com/evolution-gaming/resource-pool" ))
99startYear := Some (2023 )
1010
11- crossScalaVersions := Seq (" 2.13.16" , " 3.3.6 " )
11+ crossScalaVersions := Seq (" 2.13.16" , " 3.3.7 " )
1212scalaVersion := crossScalaVersions.value.head
1313scalacOptions := crossSettings(
1414 scalaVersion = scalaVersion.value,
You can’t perform that action at this time.
0 commit comments