Skip to content

Commit

Permalink
release: 0.5.3 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur authored Jun 4, 2024
1 parent 1b7ff49 commit 4a8797d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val ScalaNativeVersion = "0.5.3-SNAPSHOT"
val ScalaNativeVersion = "0.5.3"
// Update during release procedure to provide access to staged, but not published artifacts
val StagingRepoIds = Nil
val StagingRepoIds = 1181 to 1183
val StagingRepoNames = StagingRepoIds.map(id => s"orgscala-native-$id").toSeq

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

0 comments on commit 4a8797d

Please sign in to comment.