Skip to content

Commit

Permalink
set version policy for 2.8.1 release (#553)
Browse files Browse the repository at this point in the history
references #552
  • Loading branch information
SethTisue committed Jul 29, 2022
1 parent a7a85c3 commit 0cf99c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ lazy val compat = new MultiScalaCrossProject(
sharedSourceDir / "scala-2.11_2.12"
}
},
versionPolicyIntention := Compatibility.BinaryCompatible,
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
mimaBinaryIssueFilters ++= {
import com.typesafe.tools.mima.core._
import com.typesafe.tools.mima.core.ProblemFilters._
Expand Down

0 comments on commit 0cf99c9

Please sign in to comment.