Skip to content

Commit d82eafe

Browse files
Sync with Scala Native 0.5.11 (#49)
1 parent 12b9d8e commit d82eafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import scala.scalanative.nir.Proxy.nativeBinaryVersion
33

44
val ScalaNativeVersion = envOrNone("CI_NATIVE_VERSION")
55
.filterNot(_.isEmpty)
6-
.getOrElse("0.5.10")
6+
.getOrElse("0.5.11")
77

88
val crossScalaVersions212 = (17 to 21).map("2.12." + _)
99
val crossScalaVersions213 = (9 to 18).map("2.13." + _)
@@ -15,7 +15,7 @@ val crossScalaVersions3 =
1515
(0 to 2).map("3.5." + _) ++
1616
(2 to 4).map("3.6." + _) ++
1717
(0 to 4).map("3.7." + _) ++
18-
(0 to 1).map("3.8." + _) ++
18+
(0 to 3).map("3.8." + _) ++
1919
Nil
2020

2121
val scala2_12 = crossScalaVersions212.last

0 commit comments

Comments
 (0)