Skip to content

Commit 65743e9

Browse files
authored
Merge pull request #141 from softwaremill/mima-cleanups
Removed mimaPreviousArtifacts := Set.empty for zio1 and akka
2 parents 7ff004b + b4d8c91 commit 65743e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ lazy val akka = (projectMatrix in file("akka"))
139139
.jvmPlatform(
140140
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
141141
settings = commonJvmSettings ++ Seq(
142-
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.18" % "provided",
143-
mimaPreviousArtifacts := Set.empty
142+
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.18" % "provided"
144143
)
145144
)
146145
.dependsOn(core)
@@ -199,7 +198,7 @@ lazy val zio1 = (projectMatrix in file("zio1"))
199198
)
200199
.jvmPlatform(
201200
scalaVersions = scala2 ++ scala3,
202-
settings = commonJvmSettings ++ Seq(mimaPreviousArtifacts := Set.empty) // for now, there are no previous artifacts
201+
settings = commonJvmSettings
203202
)
204203
.jsPlatform(
205204
scalaVersions = List(scala2_12, scala2_13) ++ scala3,

0 commit comments

Comments
 (0)