Skip to content

Commit 532f5d9

Browse files
committed
Use new STARR for scalaVersion override in scala-{xml,parsers}
This was necessary to get a community build working with the scala/scala#5003. It is likely that after this change, people will need to rebase branches on scala/scala#2.12.x before running them through the community build. Alternatively, they could trigger the community build with community-builds/64063200, rather than 64063200#2.12.x.
1 parent 6406320 commit 532f5d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

community.dbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ build += {
4343
{
4444
name: "scala-xml"
4545
uri: "https://github.com/"${vars.scala-xml-ref}
46-
extra.commands: "set scalaVersion := \"2.12.0-M3\""
46+
extra.commands: "set scalaVersion := \"2.12.0-M3-dc9effe\""
4747
}
4848
{
4949
name: "scala-parser-combinators"
5050
uri: "https://github.com/"${vars.scala-parser-combinators-ref}
51-
extra.commands: "set scalaVersion := \"2.12.0-M3\""
51+
extra.commands: "set scalaVersion := \"2.12.0-M3-dc9effe\""
5252
extra.projects: ["scala-parser-combinatorsJVM"]
5353
}
5454
]

0 commit comments

Comments
 (0)