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 4c548ec commit f4a4aafCopy full SHA for f4a4aaf
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.16" % "provided"
+ libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.17" % "provided"
153
)
154
155
.dependsOn(core)
0 commit comments