Skip to content

Commit fa9d69a

Browse files
committed
silence mima
1 parent 55688f0 commit fa9d69a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.sbt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ lazy val sbtPlugin = project
5353
scriptedLaunchOpts.value ++
5454
Seq("-Xmx1024M", "-Dplugin.version=" + version.value),
5555
scriptedBufferLog := false,
56+
mimaBinaryIssueFilters ++= Seq(
57+
ProblemFilters.exclude[DirectMissingMethodProblem](
58+
"org.polyvariant.smithytraitcodegen.SmithyTraitCodegen#Args.argsIso"
59+
)
60+
),
5661
)
5762
.enablePlugins(SbtPlugin)
5863

0 commit comments

Comments
 (0)