From 0fcdda6062c4e2720f602d976d85961970f44fa0 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Tue, 8 Nov 2016 00:36:03 -0500 Subject: upgrade hard-coded git hash dependencies --- test/simple/build/build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/simple/build') diff --git a/test/simple/build/build.scala b/test/simple/build/build.scala index 586daca..f50eff0 100644 --- a/test/simple/build/build.scala +++ b/test/simple/build/build.scala @@ -5,7 +5,7 @@ class Build(val context: cbt.Context) extends BaseBuild{ 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")) ) ++ // FIXME: make the below less verbose Resolver( mavenCentral ).bind( -- cgit v1.2.3