Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions community.dbuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,18 @@ build += {
uri: "https://github.com/"${vars.scala-ref}
extra.build-options: ["-Dlocker.skip=1", "-Ddocs.skip=1"] // speed things up a little
}
// override scalaVersion in the modules since otherwise we get
// whatever random Scala version the module has -- it might be a
// 2.12.x version, we don't want that!
{
name: "scala-xml"
uri: "https://github.com/"${vars.scala-xml-ref}
extra.commands: "set scalaVersion := \"2.11.7\""
}
{
name: "scala-parser-combinators"
uri: "https://github.com/"${vars.scala-parser-combinators-ref}
extra.commands: "set scalaVersion := \"2.11.7\""
}
]
}
Expand Down