We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b9d8e commit d82eafeCopy full SHA for d82eafe
build.sbt
@@ -3,7 +3,7 @@ import scala.scalanative.nir.Proxy.nativeBinaryVersion
3
4
val ScalaNativeVersion = envOrNone("CI_NATIVE_VERSION")
5
.filterNot(_.isEmpty)
6
- .getOrElse("0.5.10")
+ .getOrElse("0.5.11")
7
8
val crossScalaVersions212 = (17 to 21).map("2.12." + _)
9
val crossScalaVersions213 = (9 to 18).map("2.13." + _)
@@ -15,7 +15,7 @@ val crossScalaVersions3 =
15
(0 to 2).map("3.5." + _) ++
16
(2 to 4).map("3.6." + _) ++
17
(0 to 4).map("3.7." + _) ++
18
- (0 to 1).map("3.8." + _) ++
+ (0 to 3).map("3.8." + _) ++
19
Nil
20
21
val scala2_12 = crossScalaVersions212.last
0 commit comments