Skip to content

Commit 3e40f29

Browse files
committed
Update akka-stream to 2.6.18
1 parent d1afc7a commit 3e40f29

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
@@ -139,7 +139,7 @@ lazy val akka = (projectMatrix in file("akka"))
139139
.jvmPlatform(
140140
scalaVersions = List(scala2_12, scala2_13),
141141
settings = commonJvmSettings ++ Seq(
142-
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.17" % "provided"
142+
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.18" % "provided"
143143
)
144144
)
145145
.dependsOn(core)

0 commit comments

Comments
 (0)