We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7ff49 commit 4a8797dCopy full SHA for 4a8797d
build.sbt
@@ -1,6 +1,6 @@
1
-val ScalaNativeVersion = "0.5.3-SNAPSHOT"
+val ScalaNativeVersion = "0.5.3"
2
// Update during release procedure to provide access to staged, but not published artifacts
3
-val StagingRepoIds = Nil
+val StagingRepoIds = 1181 to 1183
4
val StagingRepoNames = StagingRepoIds.map(id => s"orgscala-native-$id").toSeq
5
6
val crossScalaVersions212 = (14 to 19).map("2.12." + _)
0 commit comments