File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -217,8 +217,7 @@ buildXML() {
217
217
then echo " Found scala-xml $XML_VER ; not building."
218
218
else
219
219
update scala scala-xml " $XML_REF " && gfxd
220
- # TODO: compile under 2.12 source level once `scala.xml.XMLTest.escape` is fixed (see #4451)
221
- sbtBuild ' set scalacOptions += "-Xsource:2.11"' ' set version := "' $XML_VER ' -DOC"' $clean doc ' set version := "' $XML_VER ' "' test " ${buildTasks[@]} "
220
+ sbtBuild ' set version := "' $XML_VER ' -DOC"' $clean doc ' set version := "' $XML_VER ' "' test " ${buildTasks[@]} "
222
221
XML_BUILT=" yes" # ensure the module is built and published when buildXML is invoked for the second time, see comment above
223
222
fi
224
223
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ starr.version=2.12.0-M2
22
22
scala.binary.version =2.12.0-M2
23
23
24
24
# external modules shipped with distribution, as specified by scala-library-all's pom
25
- scala-xml.version.number =1.0.4
25
+ scala-xml.version.number =1.0.5
26
26
scala-parser-combinators.version.number =1.0.4
27
27
scala-swing.version.number =2.0.0-M2
28
28
scala-swing.version.osgi =2.0.0.M2
You can’t perform that action at this time.
0 commit comments