Skip to content

Commit 7d4dcec

Browse files
authored
Merge pull request #165 from scala-steward/update/akka-stream-2.6.19
Update akka-stream to 2.6.19
2 parents 855dd14 + 309352c commit 7d4dcec

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.18" % "provided"
143+
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.19" % "provided"
144144
)
145145
)
146146
.dependsOn(core)

0 commit comments

Comments
 (0)