Skip to content

Commit f4a4aaf

Browse files
committed
Update akka-stream to 2.6.17
1 parent 4c548ec commit f4a4aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ lazy val akka = (projectMatrix in file("akka"))
149149
.jvmPlatform(
150150
scalaVersions = List(scala2_12, scala2_13),
151151
settings = commonJvmSettings ++ Seq(
152-
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.16" % "provided"
152+
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.17" % "provided"
153153
)
154154
)
155155
.dependsOn(core)

0 commit comments

Comments
 (0)