From 98c1f107caad5d5d558e33837023e55b71bb59ea Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Wed, 16 Nov 2016 15:45:44 +1000 Subject: 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 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') 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") -- cgit v1.2.3