We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55688f0 commit fa9d69aCopy full SHA for fa9d69a
build.sbt
@@ -53,6 +53,11 @@ lazy val sbtPlugin = project
53
scriptedLaunchOpts.value ++
54
Seq("-Xmx1024M", "-Dplugin.version=" + version.value),
55
scriptedBufferLog := false,
56
+ mimaBinaryIssueFilters ++= Seq(
57
+ ProblemFilters.exclude[DirectMissingMethodProblem](
58
+ "org.polyvariant.smithytraitcodegen.SmithyTraitCodegen#Args.argsIso"
59
+ )
60
+ ),
61
)
62
.enablePlugins(SbtPlugin)
63
0 commit comments