We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0242c31 commit e12877cCopy full SHA for e12877c
build.sbt
@@ -75,7 +75,7 @@ lazy val scalaJava8Compat = (project in file("."))
75
scalaModuleMimaPreviousVersion := (CrossVersion.partialVersion(scalaVersion.value) match {
76
// pending resolution of https://github.com/scalacenter/sbt-version-policy/issues/62
77
case Some((3, _)) => None
78
- case _ => Some("0.9.1")
+ case _ => Some("1.0.0-RC1")
79
}),
80
81
mimaBinaryIssueFilters ++= {
0 commit comments