Skip to content

Commit 626d722

Browse files
committed
Update mima
1 parent 5272015 commit 626d722

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
@@ -198,7 +198,7 @@ lazy val zio1 = (projectMatrix in file("zio1"))
198198
)
199199
.jvmPlatform(
200200
scalaVersions = scala2 ++ scala3,
201-
settings = commonJvmSettings
201+
settings = commonJvmSettings ++ Seq(mimaPreviousArtifacts := Set.empty) // for now, there are no previous artifacts
202202
)
203203
.jsPlatform(
204204
scalaVersions = List(scala2_12, scala2_13) ++ scala3,

0 commit comments

Comments
 (0)