Skip to content

Commit

Permalink
chore: Prepare for release 0.5.2 (#40)
Browse files Browse the repository at this point in the history
* Sync with SN 0.5.3
  • Loading branch information
WojciechMazur authored May 29, 2024
1 parent c7490af commit 1fe973d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
val ScalaNativeVersion = "0.5.2-SNAPSHOT"
val ScalaNativeVersion = "0.5.2"
// Update during release procedure to provide access to staged, but not published artifacts
val StagingRepoIds = Nil
val StagingRepoIds = 1177 to 1179
val StagingRepoNames = StagingRepoIds.map(id => s"orgscala-native-$id").toSeq

val crossScalaVersions212 = (14 to 19).map("2.12." + _)
val crossScalaVersions213 = (8 to 13).map("2.13." + _)
val crossScalaVersions213 = (8 to 14).map("2.13." + _)
val crossScalaVersions3 =
(2 to 3).map("3.1." + _) ++
(0 to 2).map("3.2." + _) ++
(0 to 3).map("3.3." + _) ++
(0 to 1).map("3.4." + _)
(0 to 2).map("3.4." + _) ++
Seq("3.5.0-RC1")

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

0 comments on commit 1fe973d

Please sign in to comment.