Skip to content

Commit

Permalink
Reset compatibility intention
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf authored Jul 8, 2022
1 parent a744873 commit 214b5a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ ThisBuild / scalaVersion := "2.13.3"

ThisBuild / crossScalaVersions := Seq(scalaVersion.value, "2.12.8")

ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible
// Temporary, because version 10.0.0 was invalid
ThisBuild / versionPolicyPreviousVersions := Seq("10.0.1")
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible

ThisBuild / mimaBinaryIssueFilters ++= Seq(
// package private method
Expand Down

0 comments on commit 214b5a1

Please sign in to comment.