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.
2 parents 0242c31 + be28cdb commit 35f4418Copy full SHA for 35f4418
.jvmopts
@@ -0,0 +1 @@
1
+-Xmx4G
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