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 10f7786 + 28d5ef1 commit b852e1fCopy full SHA for b852e1f
build.sbt
@@ -149,7 +149,7 @@ lazy val akka = (projectMatrix in file("akka"))
149
.jvmPlatform(
150
scalaVersions = List(scala2_12, scala2_13),
151
settings = commonJvmSettings ++ Seq(
152
- libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.14" % "provided"
+ libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.16" % "provided"
153
)
154
155
.dependsOn(core)
0 commit comments