Skip to content

Commit 007b28a

Browse files
committed
Release 0.5.5
1 parent 2a00109 commit 007b28a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
val ScalaNativeVersion = "0.5.5-SNAPSHOT"
1+
val ScalaNativeVersion = "0.5.5"
22
// Update during release procedure to provide access to staged, but not published artifacts
3-
val StagingRepoIds = Nil
3+
val StagingRepoIds = 1225 to 1227
44
val StagingRepoNames = StagingRepoIds.map(id => s"orgscala-native-$id").toSeq
55

66
val crossScalaVersions212 = (14 to 19).map("2.12." + _)
@@ -9,8 +9,8 @@ val crossScalaVersions3 =
99
(2 to 3).map("3.1." + _) ++
1010
(0 to 2).map("3.2." + _) ++
1111
(0 to 3).map("3.3." + _) ++
12-
(0 to 2).map("3.4." + _) ++
13-
Seq("3.5.0-RC1")
12+
(0 to 3).map("3.4." + _) ++
13+
Seq("3.5.0", "3.5.1-RC2", "3.3.4-RC1")
1414

1515
val scala2_12 = crossScalaVersions212.last
1616
val scala2_13 = crossScalaVersions213.last

0 commit comments

Comments
 (0)