File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- val ScalaNativeVersion = " 0.5.6-SNAPSHOT "
1+ val ScalaNativeVersion = " 0.5.6"
22// Update during release procedure to provide access to staged, but not published artifacts
3- val StagingRepoIds = Nil
3+ val StagingRepoIds = 1238 to 1240
44val StagingRepoNames = StagingRepoIds .map(id => s " orgscala-native- $id" ).toSeq
55
6- val crossScalaVersions212 = (14 to 19 ).map(" 2.12." + _)
7- val crossScalaVersions213 = (8 to 14 ).map(" 2.13." + _)
6+ val crossScalaVersions212 = (14 to 20 ).map(" 2.12." + _)
7+ val crossScalaVersions213 = (8 to 15 ).map(" 2.13." + _)
88val crossScalaVersions3 =
99 (2 to 3 ).map(" 3.1." + _) ++
1010 (0 to 2 ).map(" 3.2." + _) ++
11- (0 to 3 ).map(" 3.3." + _) ++
11+ (0 to 4 ).map(" 3.3." + _) ++
1212 (0 to 3 ).map(" 3.4." + _) ++
13- Seq (" 3.5.0" , " 3.5.1-RC2" , " 3.3.4-RC1" )
13+ (0 to 2 ).map(" 3.5." + _) ++
14+ Seq (" 3.6.1" )
1415
1516val scala2_12 = crossScalaVersions212.last
1617val scala2_13 = crossScalaVersions213.last
You can’t perform that action at this time.
0 commit comments