From 0272481f846d529b878d452a784a4683a233eb2a Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Fri, 11 Jun 2021 00:25:54 +0000 Subject: [PATCH] Update akka-stream to 2.6.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c558a62..992b806 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.15", "com.typesafe.akka" %% "akka-http-testkit" % "10.2.4" % Test )