From 75310e0cb942883545f0a142b2e7b61dbb1134b4 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Wed, 9 Nov 2016 22:13:41 -0500 Subject: Upgrade references cbt versions after binary incompatible Context change part 2 --- 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 62433e1..3d0e105 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", "bf4e2c5971adadf4506cacb22094225ceae5a8c1", Some("test/library-test")) + GitDependency("https://github.com/cvogt/cbt.git", "fe04889a6c3fe73ccdb4b19b44ac62e2b1a96f7d", Some("test/library-test")) ) ++ // FIXME: make the below less verbose Resolver( mavenCentral ).bind( -- cgit v1.2.3