Skip to content

Commit eadb864

Browse files
author
scala-steward
committed
Update akka-stream to 2.6.20
1 parent 599274e commit eadb864

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
@@ -140,7 +140,7 @@ lazy val akka = (projectMatrix in file("akka"))
140140
.jvmPlatform(
141141
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
142142
settings = commonJvmSettings ++ Seq(
143-
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.19" % "provided"
143+
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.20" % "provided"
144144
)
145145
)
146146
.dependsOn(core)

0 commit comments

Comments
 (0)