From 19ce250406ca579d1386880dd8b3b0dc930cbd05 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 15 Oct 2021 14:33:13 +0200 Subject: [PATCH] Update akka-stream to 2.6.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 523785b..60dae73 100644 --- a/build.sbt +++ b/build.sbt @@ -122,7 +122,7 @@ lazy val swapToDevelopAction = { st: State => } val akka: Seq[ModuleID] = Seq( - "com.typesafe.akka" %% "akka-stream" % "2.6.15", + "com.typesafe.akka" %% "akka-stream" % "2.6.17", "com.typesafe.akka" %% "akka-http" % "10.2.4" )