Skip to content

Commit 26876b9

Browse files
committed
actually fix publish
1 parent cf3eecb commit 26876b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ lazy val sbtPlugin = project
5353
scriptedLaunchOpts.value ++
5454
Seq("-Xmx1024M", "-Dplugin.version=" + version.value),
5555
scriptedBufferLog := false,
56+
mimaPreviousArtifacts := Set.empty,
5657
)
57-
.disablePlugins(TypelevelMimaPlugin)
5858
.enablePlugins(SbtPlugin)
5959

6060
lazy val root = project

0 commit comments

Comments
 (0)