Skip to content

Commit bf977c4

Browse files
Disable mima check for core until 0.8.0
1 parent c731210 commit bf977c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
3030
libraryDependencies += Deps.dataClass % Provided
3131
)
3232
.jvmSettings(
33-
compatibilitySettings
33+
compatibilitySettings,
34+
mimaPreviousArtifacts := mimaPreviousArtifacts.value
35+
.filter(!_.revision.startsWith("0.7."))
3436
)
3537

3638
lazy val coreJvm = core.jvm

0 commit comments

Comments
 (0)