aboutsummaryrefslogtreecommitdiff
path: root/test/simple/build/build.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/simple/build/build.scala')
-rw-r--r--test/simple/build/build.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/simple/build/build.scala b/test/simple/build/build.scala
index 37de2e4..f3efc19 100644
--- a/test/simple/build/build.scala
+++ b/test/simple/build/build.scala
@@ -5,7 +5,8 @@ class Build(context: cbt.Context) extends BasicBuild(context){
override def dependencies = Seq(
ScalaDependency("com.typesafe.play", "play-json", "2.4.4"),
JavaDependency("joda-time", "joda-time", "2.9.2"),
+ GitDependency("https://github.com/xdotai/diff.git", "2e275642041006ff39efde22da7742c2e9a0f63f"),
// the below tests pom inheritance with dependencyManagement and variable substitution
JavaDependency("org.eclipse.jgit", "org.eclipse.jgit", "4.2.0.201601211800-r")
- ) ++ super.dependencies
+ ) ++ super.dependencies
}