Skip to content

Commit c6648f6

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.sbt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,8 @@ lazy val sbtPlugin = project
5555
scriptedLaunchOpts.value ++
5656
Seq("-Xmx1024M", "-Dplugin.version=" + version.value),
5757
scriptedBufferLog := false,
58-
mimaBinaryIssueFilters ++= Seq(
59-
ProblemFilters.exclude[DirectMissingMethodProblem](
60-
"org.polyvariant.smithytraitcodegen.SmithyTraitCodegen#Args.argsIso"
61-
)
62-
),
6358
)
59+
.disablePlugins(MimaPlugin)
6460
.enablePlugins(SbtPlugin)
6561

6662
lazy val root = project

0 commit comments

Comments
 (0)