Skip to content

Commit 72a05fe

Browse files
committed
temporarily disable IncompatibleSignatureProblem checking
1 parent d2bd552 commit 72a05fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.sbt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
ThisBuild / crossScalaVersions := Seq("2.13.15", "3.3.4")
22
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
33

4+
// we can remove this after we ship 1.0.5; see #273 for gory details
5+
import com.typesafe.tools.mima.core._
6+
ThisBuild / mimaBinaryIssueFilters ++= Seq(
7+
ProblemFilters.exclude[IncompatibleSignatureProblem]("*"),
8+
)
9+
410
Global / cancelable := true
511
publish / skip := true // in root
612

0 commit comments

Comments
 (0)