Skip to content

Commit 96d5ab3

Browse files
committed
Move starr to 2.13.0-M4, re-enable osgi tests
1 parent 776002f commit 96d5ab3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.sbt

+2-4
Original file line numberDiff line numberDiff line change
@@ -873,10 +873,8 @@ lazy val root: Project = (project in file("."))
873873
(testOnly in IntegrationTest in testP).toTask(" -- res scalap specialized").result map (_ -> "partest res scalap specialized"),
874874
(testOnly in IntegrationTest in testP).toTask(" -- instrumented presentation").result map (_ -> "partest instrumented presentation"),
875875
(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"),
880878
(mimaReportBinaryIssues in library).result map (_ -> "library/mimaReportBinaryIssues"),
881879
(mimaReportBinaryIssues in reflect).result map (_ -> "reflect/mimaReportBinaryIssues"),
882880
(compile in Compile in bench).map(_ => ()).result map (_ -> "bench/compile"),

versions.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Scala version used for bootstrapping (see README.md)
2-
starr.version=2.13.0-M4-pre-20d3c21
2+
starr.version=2.13.0-M4
33

44
# These are the versions of the modules that go with this release.
55
# Artifact dependencies:

0 commit comments

Comments
 (0)