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