From cbfe884669472e579d83aea369d1c270fcf2d6d0 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Mon, 27 Feb 2017 18:52:43 +0800 Subject: fix linkage error caused by scalac 2.10 combined with lib 2.11 when in fact cbt’s source code does not depend on scalac/zinc, but it only loads it via reflection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/build.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build') diff --git a/build/build.scala b/build/build.scala index 70fc268..6c55e11 100644 --- a/build/build.scala +++ b/build/build.scala @@ -6,7 +6,6 @@ class Build(val context: Context) extends Publish{ super.dependencies ++ Resolver(mavenCentral).bind( MavenDependency("net.incongru.watchservice","barbary-watchservice","1.0"), MavenDependency("org.eclipse.jgit", "org.eclipse.jgit", "4.2.0.201601211800-r"), - MavenDependency("com.typesafe.zinc","zinc",constants.zincVersion), ScalaDependency("org.scala-lang.modules","scala-xml","1.0.5") ) } @@ -16,7 +15,7 @@ class Build(val context: Context) extends Publish{ def groupId: String = "org.cvogt" - def version: String = "0.1" + def version: String = "0.9" def name: String = "cbt" // Members declared in cbt.Publish -- cgit v1.2.3