Skip to content

Commit 97fbba6

Browse files
author
Pask
committed
Add mimaPreviousArtifacts flag
1 parent 3054527 commit 97fbba6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ 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"
142+
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.18" % "provided",
143+
mimaPreviousArtifacts := Set.empty
143144
)
144145
)
145146
.dependsOn(core)

0 commit comments

Comments
 (0)