Tags: closedball/chisel
Tags
Update v2.2.23 release to reflect Scala 2.11 support.
NOTE: Currently, in order to publish-sign both 2.10 and 2.10 jars, we
use:
sbt +publish-signed
Unfortunately, for reasons that are currently obscure, this fails with
sbt versions >= 0.13.0. In order to get a release out, we use sbt 0.12.4
and delete the reference to the sbt-coverage plugin (which doesn't
exist for the version of Scala used to compile sbt 0.12.4).
Since these changes are only required for the execution of
publish-signed, we don't commit them to the release.
git diff -- project/{build.properties,plugins.sbt}
diff --git a/project/build.properties b/project/build.properties
index 748703f..5e96e96 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.7
+sbt.version=0.12.4
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 2aa5113..bca2b21 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -6,5 +6,5 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.3.2")
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")
+//addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")
Merge pull request ucb-bar#277 from ucb-bar/master better error handling of misspelled config names
PreviousNext