We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc2fe3 commit 1702e56Copy full SHA for 1702e56
build.sbt
@@ -1,7 +1,7 @@
1
2
-val ScalaNativeVersion = "0.5.0-RC1"
+val ScalaNativeVersion = "0.5.0-SNAPSHOT"
3
// Update during release procedure to provide access to staged, but not published artifacts
4
-val StagingRepoIds = (1117 to 1119)
+val StagingRepoIds = Nil
5
6
val crossScalaVersions212 = (14 to 19).map("2.12." + _)
7
val crossScalaVersions213 = (8 to 13).map("2.13." + _)
0 commit comments