From f11b8318b85f16843d8cfa0743f64c1576614ad6 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Thu, 9 Feb 2017 21:54:34 -0500 Subject: 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 --- test/simple-fixed-cbt/build/build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/simple-fixed-cbt') diff --git a/test/simple-fixed-cbt/build/build.scala b/test/simple-fixed-cbt/build/build.scala index 857f6b7..43abd7b 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#fe04889a6c3fe73ccdb4b19b44ac62e2b1a96f7d +// cbt:https://github.com/cvogt/cbt.git#e8673866b79f7473391dcee26243eee80d5d3cb6 class Build(val context: cbt.Context) extends PackageJars{ override def dependencies = super.dependencies ++ Seq( DirectoryDependency( context.cbtHome ++ "/test/library-test" ) -- cgit v1.2.3