We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 383ad7c + 48f487c commit aab9675Copy full SHA for aab9675
community.dbuild
@@ -34,13 +34,18 @@ build += {
34
uri: "https://github.com/"${vars.scala-ref}
35
extra.build-options: ["-Dlocker.skip=1", "-Ddocs.skip=1"] // speed things up a little
36
}
37
+ // override scalaVersion in the modules since otherwise we get
38
+ // whatever random Scala version the module has -- it might be a
39
+ // 2.12.x version, we don't want that!
40
{
41
name: "scala-xml"
42
uri: "https://github.com/"${vars.scala-xml-ref}
43
+ extra.commands: "set scalaVersion := \"2.11.7\""
44
45
46
name: "scala-parser-combinators"
47
uri: "https://github.com/"${vars.scala-parser-combinators-ref}
48
49
50
]
51
0 commit comments