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 d1afc7a + 3e40f29 commit b6ce954Copy full SHA for b6ce954
build.sbt
@@ -139,7 +139,7 @@ lazy val akka = (projectMatrix in file("akka"))
139
.jvmPlatform(
140
scalaVersions = List(scala2_12, scala2_13),
141
settings = commonJvmSettings ++ Seq(
142
- libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.17" % "provided"
+ libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.18" % "provided"
143
)
144
145
.dependsOn(core)
0 commit comments