summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2016-11-16 15:45:44 +1000
committerJason Zaugg <jzaugg@gmail.com>2016-11-16 16:33:19 +1000
commit98c1f107caad5d5d558e33837023e55b71bb59ea (patch)
tree717ccce3e9f79777e9a45dee4a7a2ac3fa46c586 /build.sbt
parent24043cab73ab99b39a1c5ed83a73f54ba41b2324 (diff)
downloadscala-98c1f107caad5d5d558e33837023e55b71bb59ea.tar.gz
scala-98c1f107caad5d5d558e33837023e55b71bb59ea.tar.bz2
scala-98c1f107caad5d5d558e33837023e55b71bb59ea.zip
Workaround a bug that rendered MiMa inoperative
MiMa has been off-duty because of a bug in handling the default value of the new paramter `--direction`. This commit explicitly provides this parameter to get things working again post haste. Fixes scala/scala-dev#264
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 1337a350ac..d3c276526c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -89,7 +89,7 @@ lazy val publishSettings : Seq[Setting[_]] = Seq(
globalVersionSettings
baseVersion in Global := "2.12.1"
baseVersionSuffix in Global := "SNAPSHOT"
-mimaReferenceVersion in Global := Some("2.12.0-RC1")
+mimaReferenceVersion in Global := Some("2.12.0")
scalaVersion in Global := versionProps("starr.version")