aboutsummaryrefslogtreecommitdiff
path: root/test/simple-fixed-cbt
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-11-08 00:36:03 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-11-08 00:36:03 -0500
commit0fcdda6062c4e2720f602d976d85961970f44fa0 (patch)
tree51ee1f53e4a765e7257d2f69e3dbd3b4821b39aa /test/simple-fixed-cbt
parent358d1583bf7358934af523a878e11be611fbf0a4 (diff)
downloadcbt-0fcdda6062c4e2720f602d976d85961970f44fa0.tar.gz
cbt-0fcdda6062c4e2720f602d976d85961970f44fa0.tar.bz2
cbt-0fcdda6062c4e2720f602d976d85961970f44fa0.zip
upgrade hard-coded git hash dependencies
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 1d0640d..1bfb634 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#bf4ea112fe668fb7e2e95a2baca4989b16384783
+// cbt:https://github.com/cvogt/cbt.git#6906ad4ad5f5b018e3493af8d3d4d9df8ac1e6e7
class Build(val context: cbt.Context) extends PackageJars{
override def dependencies = super.dependencies ++ Seq(
DirectoryDependency( context.cbtHome ++ "/test/library-test" )