aboutsummaryrefslogtreecommitdiff
path: root/test/simple/build
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-10-03 23:09:07 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-10-03 23:09:07 -0400
commit95ac8ac55ddd5701b6c5623261c32cb4f61be48e (patch)
tree0fdcf0a25d67d3b28109b6320a8d5da39c89b398 /test/simple/build
parent908e05e296974fe67d8aaf9f094d97ff986905af (diff)
downloadcbt-95ac8ac55ddd5701b6c5623261c32cb4f61be48e.tar.gz
cbt-95ac8ac55ddd5701b6c5623261c32cb4f61be48e.tar.bz2
cbt-95ac8ac55ddd5701b6c5623261c32cb4f61be48e.zip
change git dependencies to be easier manageable when cbt becomes source incompatible
Diffstat (limited to 'test/simple/build')
-rw-r--r--test/simple/build/build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple/build/build.scala b/test/simple/build/build.scala
index affe7f6..586daca 100644
--- a/test/simple/build/build.scala
+++ b/test/simple/build/build.scala
@@ -5,7 +5,7 @@ class Build(val context: cbt.Context) extends BaseBuild{
super.dependencies
++
Seq(
- GitDependency("https://github.com/xdotai/diff.git", "05fdac13a177f74952b54171733be01c258594a8")
+ GitDependency("https://github.com/cvogt/cbt.git", "908e05e296974fe67d8aaf9f094d97ff986905af", Some("test/library-test"))
) ++
// FIXME: make the below less verbose
Resolver( mavenCentral ).bind(