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