Skip to content

Commit

Permalink
Towards 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur authored Aug 18, 2024
1 parent 007b28a commit 8de197a
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.5"
val ScalaNativeVersion = "0.5.6-SNAPSHOT"
// Update during release procedure to provide access to staged, but not published artifacts
val StagingRepoIds = 1225 to 1227
val StagingRepoIds = Nil
val StagingRepoNames = StagingRepoIds.map(id => s"orgscala-native-$id").toSeq

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

0 comments on commit 8de197a

Please sign in to comment.