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 855dd14 commit 309352cCopy full SHA for 309352c
build.sbt
@@ -140,7 +140,7 @@ lazy val akka = (projectMatrix in file("akka"))
140
.jvmPlatform(
141
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
142
settings = commonJvmSettings ++ Seq(
143
- libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.18" % "provided"
+ libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.19" % "provided"
144
)
145
146
.dependsOn(core)
0 commit comments