From 36d99e3b248ffaa4df574a3f0a8c4f59fa31a979 Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Sun, 5 Jun 2022 17:50:28 +0000 Subject: [PATCH] Update akka-stream to 2.6.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c558a62..5c005c8 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ scalaVersion := "2.12.13" libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-http" % "10.2.4", - "com.typesafe.akka" %% "akka-stream" % "2.6.14", + "com.typesafe.akka" %% "akka-stream" % "2.6.19", "com.typesafe.akka" %% "akka-http-testkit" % "10.2.4" % Test )