File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -873,10 +873,8 @@ lazy val root: Project = (project in file("."))
873
873
(testOnly in IntegrationTest in testP).toTask(" -- res scalap specialized" ).result map (_ -> " partest res scalap specialized" ),
874
874
(testOnly in IntegrationTest in testP).toTask(" -- instrumented presentation" ).result map (_ -> " partest instrumented presentation" ),
875
875
(testOnly in IntegrationTest in testP).toTask(" -- --srcpath scaladoc" ).result map (_ -> " partest --srcpath scaladoc" ),
876
- // TODO-newColl: re-enable osgi tests. they fail because scala-xml `1.1.0-newCollectionsBootstrap` is not a valid version.
877
- // We cannot release 1.1.1 currently, because there's no Scala.js for 2.13.0-M4-pre-20d3c21.
878
- // (Keys.test in Test in osgiTestFelix).result map (_ -> "osgiTestFelix/test"),
879
- // (Keys.test in Test in osgiTestEclipse).result map (_ -> "osgiTestEclipse/test"),
876
+ (Keys .test in Test in osgiTestFelix).result map (_ -> " osgiTestFelix/test" ),
877
+ (Keys .test in Test in osgiTestEclipse).result map (_ -> " osgiTestEclipse/test" ),
880
878
(mimaReportBinaryIssues in library).result map (_ -> " library/mimaReportBinaryIssues" ),
881
879
(mimaReportBinaryIssues in reflect).result map (_ -> " reflect/mimaReportBinaryIssues" ),
882
880
(compile in Compile in bench).map(_ => ()).result map (_ -> " bench/compile" ),
Original file line number Diff line number Diff line change 1
1
# Scala version used for bootstrapping (see README.md)
2
- starr.version =2.13.0-M4-pre-20d3c21
2
+ starr.version =2.13.0-M4
3
3
4
4
# These are the versions of the modules that go with this release.
5
5
# Artifact dependencies:
You can’t perform that action at this time.
0 commit comments