aboutsummaryrefslogtreecommitdiff
path: root/stage2/BasicBuild.scala
diff options
context:
space:
mode:
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