Skip to content

Commit

Permalink
Update staging repos
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Mar 13, 2024
1 parent 90bb2dc commit cb37810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val ScalaNativeVersion = "0.5.0-RC2"
// Update during release procedure to provide access to staged, but not published artifacts
val StagingRepoIds = (1127 to 1129)
val StagingRepoIds = (1130 to 1132)
val StagingRepoNames = StagingRepoIds.map(id => s"orgscala-native-$id").toSeq

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

0 comments on commit cb37810

Please sign in to comment.