aboutsummaryrefslogtreecommitdiff
path: root/test/simple
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-09 21:54:34 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-09 22:57:07 -0500
commitf11b8318b85f16843d8cfa0743f64c1576614ad6 (patch)
tree2851b6a855cf59ef5c8a82a62410b38e00956a5f /test/simple
parente8673866b79f7473391dcee26243eee80d5d3cb6 (diff)
downloadcbt-f11b8318b85f16843d8cfa0743f64c1576614ad6.tar.gz
cbt-f11b8318b85f16843d8cfa0743f64c1576614ad6.tar.bz2
cbt-f11b8318b85f16843d8cfa0743f64c1576614ad6.zip
upgrade test project cbt versions
because this cbt version has become incompatible with the ones references there and would lead to Context related errors part 1 of 2
Diffstat (limited to 'test/simple')
-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 3d0e105..e454ddd 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/cvogt/cbt.git", "fe04889a6c3fe73ccdb4b19b44ac62e2b1a96f7d", Some("test/library-test"))
+ GitDependency("https://github.com/cvogt/cbt.git", "e8673866b79f7473391dcee26243eee80d5d3cb6", Some("test/library-test"))
) ++
// FIXME: make the below less verbose
Resolver( mavenCentral ).bind(