Skip to content

Commit

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

val crossScalaVersions212 = (14 to 19).map("2.12." + _)
Expand All @@ -9,7 +9,7 @@ val crossScalaVersions3 =
(2 to 3).map("3.1." + _) ++
(0 to 2).map("3.2." + _) ++
(0 to 3).map("3.3." + _) ++
(0 to 0).map("3.4." + _)
(0 to 1).map("3.4." + _)

val scala2_12 = crossScalaVersions212.last
val scala2_13 = crossScalaVersions213.last
Expand Down

0 comments on commit a54785a

Please sign in to comment.