From ecbbee7022b9dbd8560dff3ffa6d079924b7cc5c Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Tue, 8 Nov 2016 02:15:45 +0000 Subject: Upgrade zinc to 0.3.12 --- stage2/BasicBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage2/BasicBuild.scala') diff --git a/stage2/BasicBuild.scala b/stage2/BasicBuild.scala index 752e0d2..d8d1b8b 100644 --- a/stage2/BasicBuild.scala +++ b/stage2/BasicBuild.scala @@ -33,7 +33,7 @@ trait BaseBuild extends BuildInterface with DependencyImplementation with Trigge // TODO: this should probably provide a nice error message if class has constructor signature def copy(context: Context): BuildInterface = lib.copy(this.getClass, context).asInstanceOf[BuildInterface] - def zincVersion = "0.3.9" + def zincVersion = constants.zincVersion def dependencies: Seq[Dependency] = // FIXME: this should probably be removed -- cgit v1.2.3