Skip to content

Commit 01b35e7

Browse files
committed
no mima at all
1 parent 98ebe7e commit 01b35e7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.sbt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import com.typesafe.tools.mima.core.ProblemFilters
2-
import com.typesafe.tools.mima.core.DirectMissingMethodProblem
31
ThisBuild / tlBaseVersion := "0.2"
42
ThisBuild / organization := "org.polyvariant"
53
ThisBuild / organizationName := "Polyvariant"
@@ -55,12 +53,8 @@ lazy val sbtPlugin = project
5553
scriptedLaunchOpts.value ++
5654
Seq("-Xmx1024M", "-Dplugin.version=" + version.value),
5755
scriptedBufferLog := false,
58-
mimaBinaryIssueFilters ++= Seq(
59-
ProblemFilters.exclude[DirectMissingMethodProblem](
60-
"org.polyvariant.smithytraitcodegen.SmithyTraitCodegen#Args.argsIso"
61-
)
62-
),
6356
)
57+
.disablePlugins(MimaPlugin)
6458
.enablePlugins(SbtPlugin)
6559

6660
lazy val root = project

0 commit comments

Comments
 (0)