aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.scala b/build/build.scala
index 8f094c3..3d3f75d 100644
--- a/build/build.scala
+++ b/build/build.scala
@@ -13,7 +13,7 @@ class Build(val context: Context) extends Shared with PublishLocal{
MavenDependency("org.eclipse.jgit", "org.eclipse.jgit", "4.2.0.201601211800-r"),
ScalaDependency("org.scala-lang.modules","scala-xml","1.0.5")
)
- }
+ } :+ libraries.eval
override def sources = Seq(
"nailgun_launcher", "stage1", "stage2", "compatibility"