Skip to content

Commit

Permalink
Sync with Scala Native 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Apr 16, 2024
1 parent ffe3e92 commit 2d68371
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.1-SNAPSHOT"
val ScalaNativeVersion = "0.5.1"
// Update during release procedure to provide access to staged, but not published artifacts
val StagingRepoIds = Nil
val StagingRepoIds = 1154 to 1156
val StagingRepoNames = StagingRepoIds.map(id => s"orgscala-native-$id").toSeq

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

0 comments on commit 2d68371

Please sign in to comment.