File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -139,8 +139,7 @@ lazy val akka = (projectMatrix in file("akka"))
139
139
.jvmPlatform(
140
140
scalaVersions = List (scala2_12, scala2_13) ++ scala3,
141
141
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"
144
143
)
145
144
)
146
145
.dependsOn(core)
@@ -199,7 +198,7 @@ lazy val zio1 = (projectMatrix in file("zio1"))
199
198
)
200
199
.jvmPlatform(
201
200
scalaVersions = scala2 ++ scala3,
202
- settings = commonJvmSettings ++ Seq (mimaPreviousArtifacts := Set .empty) // for now, there are no previous artifacts
201
+ settings = commonJvmSettings
203
202
)
204
203
.jsPlatform(
205
204
scalaVersions = List (scala2_12, scala2_13) ++ scala3,
You can’t perform that action at this time.
0 commit comments