aboutsummaryrefslogtreecommitdiff
path: root/test/library-test
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/library-test
parent358d1583bf7358934af523a878e11be611fbf0a4 (diff)
downloadcbt-0fcdda6062c4e2720f602d976d85961970f44fa0.tar.gz
cbt-0fcdda6062c4e2720f602d976d85961970f44fa0.tar.bz2
cbt-0fcdda6062c4e2720f602d976d85961970f44fa0.zip
upgrade hard-coded git hash dependencies
Diffstat (limited to 'test/library-test')
-rw-r--r--test/library-test/build/build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/library-test/build/build.scala b/test/library-test/build/build.scala
index d07e58e..f3b1839 100644
--- a/test/library-test/build/build.scala
+++ b/test/library-test/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: Context) extends BaseBuild with PackageJars{
def groupId = "cbt.test"
def defaultVersion = "0.1"