Skip to content

Commit 2a00109

Browse files
committed
Towards 0.5.5
1 parent 3a0269b commit 2a00109

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

66
val crossScalaVersions212 = (14 to 19).map("2.12." + _)

0 commit comments

Comments
 (0)