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 4c548ec + f4a4aaf commit d026cf7Copy full SHA for d026cf7
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