Skip to content

Commit 98a4308

Browse files
committed
Update Scala versions
1 parent cf2a18c commit 98a4308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

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

33

44
val crossScalaVersions212 = (14 to 20).map("2.12." + _)
5-
val crossScalaVersions213 = (8 to 16).map("2.13." + _)
5+
val crossScalaVersions213 = (8 to 17).map("2.13." + _)
66
val crossScalaVersions3 =
77
(2 to 3).map("3.1." + _) ++
88
(0 to 2).map("3.2." + _) ++
9-
(0 to 6).map("3.3." + _) ++
9+
(0 to 7).map("3.3." + _) ++
1010
(0 to 3).map("3.4." + _) ++
1111
(0 to 2).map("3.5." + _) ++
1212
(2 to 4).map("3.6." + _) ++
13-
(0 to 1).map("3.7." + _) ++
13+
(0 to 3).map("3.7." + _) ++
1414
Nil
1515

1616
val scala2_12 = crossScalaVersions212.last

0 commit comments

Comments
 (0)