aboutsummaryrefslogtreecommitdiff
path: root/test/simple-fixed
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
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')
-rw-r--r--test/simple-fixed/build/build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple-fixed/build/build.scala b/test/simple-fixed/build/build.scala
index a2bd584..0cf7d63 100644
--- a/test/simple-fixed/build/build.scala
+++ b/test/simple-fixed/build/build.scala
@@ -5,7 +5,7 @@ class Build(context: cbt.Context) extends BasicBuild(context){
super.dependencies
++
Seq(
- GitDependency("https://github.com/cvogt/cbt.git", "908e05e296974fe67d8aaf9f094d97ff986905af", Some("test/library-test"))
+ GitDependency("https://github.com/cvogt/cbt.git", "6906ad4ad5f5b018e3493af8d3d4d9df8ac1e6e7", Some("test/library-test"))
)
++
Resolver(mavenCentral).bind(