aboutsummaryrefslogtreecommitdiff
path: root/stage2/BasicBuild.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-11-08 02:15:45 +0000
committerChristopher Vogt <oss.nsp@cvogt.org>2016-11-09 09:55:38 -0500
commitecbbee7022b9dbd8560dff3ffa6d079924b7cc5c (patch)
treec3a6d0058c7e98c82613f2a05784ba9753e6e7b1 /stage2/BasicBuild.scala
parent47a93993a84c572b4a2cd4562b52ec552f36879a (diff)
downloadcbt-ecbbee7022b9dbd8560dff3ffa6d079924b7cc5c.tar.gz
cbt-ecbbee7022b9dbd8560dff3ffa6d079924b7cc5c.tar.bz2
cbt-ecbbee7022b9dbd8560dff3ffa6d079924b7cc5c.zip
Upgrade zinc to 0.3.12
Diffstat (limited to 'stage2/BasicBuild.scala')
-rw-r--r--stage2/BasicBuild.scala2
1 files changed, 1 insertions, 1 deletions
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