Skip to content

Commit 0cf99c9

Browse files
authored
set version policy for 2.8.1 release (#553)
references #552
1 parent a7a85c3 commit 0cf99c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ lazy val compat = new MultiScalaCrossProject(
8282
sharedSourceDir / "scala-2.11_2.12"
8383
}
8484
},
85-
versionPolicyIntention := Compatibility.BinaryCompatible,
85+
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
8686
mimaBinaryIssueFilters ++= {
8787
import com.typesafe.tools.mima.core._
8888
import com.typesafe.tools.mima.core.ProblemFilters._

0 commit comments

Comments
 (0)