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 01b35e7Copy full SHA for 01b35e7
build.sbt
@@ -1,5 +1,3 @@
1
-import com.typesafe.tools.mima.core.ProblemFilters
2
-import com.typesafe.tools.mima.core.DirectMissingMethodProblem
3
ThisBuild / tlBaseVersion := "0.2"
4
ThisBuild / organization := "org.polyvariant"
5
ThisBuild / organizationName := "Polyvariant"
@@ -55,12 +53,8 @@ lazy val sbtPlugin = project
55
53
scriptedLaunchOpts.value ++
56
54
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