Skip to content

Commit e12877c

Browse files
committed
bump MiMa reference version
1 parent 0242c31 commit e12877c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ lazy val scalaJava8Compat = (project in file("."))
7575
scalaModuleMimaPreviousVersion := (CrossVersion.partialVersion(scalaVersion.value) match {
7676
// pending resolution of https://github.com/scalacenter/sbt-version-policy/issues/62
7777
case Some((3, _)) => None
78-
case _ => Some("0.9.1")
78+
case _ => Some("1.0.0-RC1")
7979
}),
8080

8181
mimaBinaryIssueFilters ++= {

0 commit comments

Comments
 (0)