aboutsummaryrefslogtreecommitdiff
path: root/stage1/constants.scala
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2017-04-02 03:21:42 -0400
committerGitHub <noreply@github.com>2017-04-02 03:21:42 -0400
commit2476e2ec1100813ae4e05cf2183feff8bf5ec8ea (patch)
treea334625acfe91c0233abf57a5fb7b52f040e0846 /stage1/constants.scala
parente7112d59b811ca4a0bda448a18e0c45cb4841abb (diff)
parentc220ef8d12e77ce6af6fafde3b388fc3e334b380 (diff)
downloadcbt-2476e2ec1100813ae4e05cf2183feff8bf5ec8ea.tar.gz
cbt-2476e2ec1100813ae4e05cf2183feff8bf5ec8ea.tar.bz2
cbt-2476e2ec1100813ae4e05cf2183feff8bf5ec8ea.zip
Merge pull request #471 from cvogt/2.12-ready
2.12 ready
Diffstat (limited to 'stage1/constants.scala')
-rw-r--r--stage1/constants.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/stage1/constants.scala b/stage1/constants.scala
index ebc892c..d87fb64 100644
--- a/stage1/constants.scala
+++ b/stage1/constants.scala
@@ -1,7 +1,7 @@
package cbt
object constants{
- val scalaXmlVersion = "1.0.5"
- val scalaVersion = "2.11.8"
- val zincVersion = "0.3.13"
+ val scalaXmlVersion = EarlyDependencies.scalaXmlVersion
+ val scalaVersion = EarlyDependencies.scalaVersion
+ val zincVersion = EarlyDependencies.zincVersion
val scalaMajorVersion = scalaVersion.split("\\.").take(2).mkString(".")
}