aboutsummaryrefslogtreecommitdiff
path: root/test/simple-fixed-cbt
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-11-09 22:13:41 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-11-09 22:13:41 -0500
commit75310e0cb942883545f0a142b2e7b61dbb1134b4 (patch)
treec4a8d7b52809616d54eba1330616a2916c65a9ce /test/simple-fixed-cbt
parentfe04889a6c3fe73ccdb4b19b44ac62e2b1a96f7d (diff)
downloadcbt-75310e0cb942883545f0a142b2e7b61dbb1134b4.tar.gz
cbt-75310e0cb942883545f0a142b2e7b61dbb1134b4.tar.bz2
cbt-75310e0cb942883545f0a142b2e7b61dbb1134b4.zip
Upgrade references cbt versions after binary incompatible Context change
part 2
Diffstat (limited to 'test/simple-fixed-cbt')
-rw-r--r--test/simple-fixed-cbt/build/build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple-fixed-cbt/build/build.scala b/test/simple-fixed-cbt/build/build.scala
index 665a1a7..857f6b7 100644
--- a/test/simple-fixed-cbt/build/build.scala
+++ b/test/simple-fixed-cbt/build/build.scala
@@ -1,6 +1,6 @@
import cbt._
-// cbt:https://github.com/cvogt/cbt.git#bf4e2c5971adadf4506cacb22094225ceae5a8c1
+// cbt:https://github.com/cvogt/cbt.git#fe04889a6c3fe73ccdb4b19b44ac62e2b1a96f7d
class Build(val context: cbt.Context) extends PackageJars{
override def dependencies = super.dependencies ++ Seq(
DirectoryDependency( context.cbtHome ++ "/test/library-test" )