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 078c179 commit 39b57cfCopy full SHA for 39b57cf
build.sbt
@@ -82,7 +82,7 @@ lazy val compat = new MultiScalaCrossProject(
82
sharedSourceDir / "scala-2.11_2.12"
83
}
84
},
85
- versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
+ versionPolicyIntention := Compatibility.BinaryCompatible,
86
mimaBinaryIssueFilters ++= {
87
import com.typesafe.tools.mima.core._
88
import com.typesafe.tools.mima.core.ProblemFilters._
0 commit comments