Skip to content

Commit 1fe973d

Browse files
chore: Prepare for release 0.5.2 (#40)
* Sync with SN 0.5.3
1 parent c7490af commit 1fe973d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build.sbt

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
val ScalaNativeVersion = "0.5.2-SNAPSHOT"
1+
val ScalaNativeVersion = "0.5.2"
22
// Update during release procedure to provide access to staged, but not published artifacts
3-
val StagingRepoIds = Nil
3+
val StagingRepoIds = 1177 to 1179
44
val StagingRepoNames = StagingRepoIds.map(id => s"orgscala-native-$id").toSeq
55

66
val crossScalaVersions212 = (14 to 19).map("2.12." + _)
7-
val crossScalaVersions213 = (8 to 13).map("2.13." + _)
7+
val crossScalaVersions213 = (8 to 14).map("2.13." + _)
88
val crossScalaVersions3 =
99
(2 to 3).map("3.1." + _) ++
1010
(0 to 2).map("3.2." + _) ++
1111
(0 to 3).map("3.3." + _) ++
12-
(0 to 1).map("3.4." + _)
12+
(0 to 2).map("3.4." + _) ++
13+
Seq("3.5.0-RC1")
1314

1415
val scala2_12 = crossScalaVersions212.last
1516
val scala2_13 = crossScalaVersions213.last

0 commit comments

Comments
 (0)