Skip to content

Commit cf3eecb

Browse files
committed
fix publishing maybe
1 parent e62f1b0 commit cf3eecb

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
@@ -54,7 +54,7 @@ lazy val sbtPlugin = project
5454
Seq("-Xmx1024M", "-Dplugin.version=" + version.value),
5555
scriptedBufferLog := false,
5656
)
57-
.disablePlugins(MimaPlugin)
57+
.disablePlugins(TypelevelMimaPlugin)
5858
.enablePlugins(SbtPlugin)
5959

6060
lazy val root = project

0 commit comments

Comments
 (0)