We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5272015 commit 626d722Copy full SHA for 626d722
build.sbt
@@ -198,7 +198,7 @@ lazy val zio1 = (projectMatrix in file("zio1"))
198
)
199
.jvmPlatform(
200
scalaVersions = scala2 ++ scala3,
201
- settings = commonJvmSettings
+ settings = commonJvmSettings ++ Seq(mimaPreviousArtifacts := Set.empty) // for now, there are no previous artifacts
202
203
.jsPlatform(
204
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
0 commit comments