From ffa7260b6f94a5bee4ce7974148333f70829b0c6 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Thu, 26 May 2016 21:22:24 -0400 Subject: Update fixed dependency hash to latest --- test/simple-fixed/build/build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/simple-fixed/build') diff --git a/test/simple-fixed/build/build.scala b/test/simple-fixed/build/build.scala index b72393c..3f8eb48 100644 --- a/test/simple-fixed/build/build.scala +++ b/test/simple-fixed/build/build.scala @@ -8,7 +8,7 @@ class Build(context: cbt.Context) extends BasicBuild(context){ super.dependencies ++ Seq( - GitDependency("https://github.com/xdotai/diff.git", "698717469b8dd86e8570b86354892be9c0654caf"), + GitDependency("https://github.com/xdotai/diff.git", "7ad3920158828d72b9ecb1ba9746fe83e2643824"), MavenResolver(context.cbtHasChanged,context.paths.mavenCache,MavenResolver.central).resolve( ScalaDependency("com.typesafe.play", "play-json", "2.4.4"), MavenDependency("joda-time", "joda-time", "2.9.2"), -- cgit v1.2.3