Skip to content

Commit a94cbe6

Browse files
committed
fix mima warning
1 parent 110190b commit a94cbe6

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
@@ -164,7 +164,6 @@ lazy val msgpack4zCore = CrossProject(
164164
CustomCrossType
165165
)
166166
.settings(
167-
MimaPlugin.mimaDefaultSettings,
168167
commonSettings,
169168
Generator.settings,
170169
name := msgpack4zCoreName,
@@ -176,6 +175,7 @@ lazy val msgpack4zCore = CrossProject(
176175
)
177176
)
178177
.enablePlugins(
178+
MimaPlugin,
179179
sbtbuildinfo.BuildInfoPlugin
180180
)
181181
.jvmSettings(

0 commit comments

Comments
 (0)