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 98ebe7e commit c6648f6Copy full SHA for c6648f6
build.sbt
@@ -55,12 +55,8 @@ lazy val sbtPlugin = project
55
scriptedLaunchOpts.value ++
56
Seq("-Xmx1024M", "-Dplugin.version=" + version.value),
57
scriptedBufferLog := false,
58
- mimaBinaryIssueFilters ++= Seq(
59
- ProblemFilters.exclude[DirectMissingMethodProblem](
60
- "org.polyvariant.smithytraitcodegen.SmithyTraitCodegen#Args.argsIso"
61
- )
62
- ),
63
)
+ .disablePlugins(MimaPlugin)
64
.enablePlugins(SbtPlugin)
65
66
lazy val root = project
0 commit comments