Skip to content

Commit a54785a

Browse files
Set version to 0.5.0-RC3 (#38)
1 parent 5886083 commit a54785a

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
@@ -1,6 +1,6 @@
1-
val ScalaNativeVersion = "0.5.0-SNAPSHOT"
1+
val ScalaNativeVersion = "0.5.0-RC3"
22
// Update during release procedure to provide access to staged, but not published artifacts
3-
val StagingRepoIds = Nil
3+
val StagingRepoIds = 1143 to 1145
44
val StagingRepoNames = StagingRepoIds.map(id => s"orgscala-native-$id").toSeq
55

66
val crossScalaVersions212 = (14 to 19).map("2.12." + _)
@@ -9,7 +9,7 @@ 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 0).map("3.4." + _)
12+
(0 to 1).map("3.4." + _)
1313

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

0 commit comments

Comments
 (0)