Skip to content

Commit 35f4418

Browse files
authored
Merge pull request #218 from SethTisue/bump-mima-reference-version
2 parents 0242c31 + be28cdb commit 35f4418

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.jvmopts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-Xmx4G

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)