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.
2 parents 0e051d9 + 97fbba6 commit 93303f4Copy full SHA for 93303f4
build.sbt
@@ -137,9 +137,10 @@ lazy val akka = (projectMatrix in file("akka"))
137
name := "akka"
138
)
139
.jvmPlatform(
140
- scalaVersions = List(scala2_12, scala2_13),
+ scalaVersions = List(scala2_12, scala2_13) ++ scala3,
141
settings = commonJvmSettings ++ Seq(
142
- libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.18" % "provided"
+ libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.18" % "provided",
143
+ mimaPreviousArtifacts := Set.empty
144
145
146
.dependsOn(core)
0 commit comments