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 e62f1b0 commit cf3eecbCopy full SHA for cf3eecb
build.sbt
@@ -54,7 +54,7 @@ lazy val sbtPlugin = project
54
Seq("-Xmx1024M", "-Dplugin.version=" + version.value),
55
scriptedBufferLog := false,
56
)
57
- .disablePlugins(MimaPlugin)
+ .disablePlugins(TypelevelMimaPlugin)
58
.enablePlugins(SbtPlugin)
59
60
lazy val root = project
0 commit comments