Skip to content

Commit 4a8797d

Browse files
release: 0.5.3 (#41)
1 parent 1b7ff49 commit 4a8797d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
val ScalaNativeVersion = "0.5.3-SNAPSHOT"
1+
val ScalaNativeVersion = "0.5.3"
22
// Update during release procedure to provide access to staged, but not published artifacts
3-
val StagingRepoIds = Nil
3+
val StagingRepoIds = 1181 to 1183
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)