Skip to content

Commit 1702e56

Browse files
Set version to 0.5.0-SNAPSHOT again
1 parent dfc2fe3 commit 1702e56

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
@@ -1,7 +1,7 @@
11

2-
val ScalaNativeVersion = "0.5.0-RC1"
2+
val ScalaNativeVersion = "0.5.0-SNAPSHOT"
33
// Update during release procedure to provide access to staged, but not published artifacts
4-
val StagingRepoIds = (1117 to 1119)
4+
val StagingRepoIds = Nil
55

66
val crossScalaVersions212 = (14 to 19).map("2.12." + _)
77
val crossScalaVersions213 = (8 to 13).map("2.13." + _)

0 commit comments

Comments
 (0)