From 4e335d27c9db9089fa6efc758591c9f795774562 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 21 Mar 2022 16:16:55 +0100 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 939c2f7..ad2d335 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ releaseCrossBuild := true Compile / doc / scalacOptions ++= Seq("-groups", "-implicits", "-no-link-warnings") libraryDependencies ++= Seq( - "com.typesafe.akka" %% "akka-stream" % "2.6.8", + "com.typesafe.akka" %% "akka-stream" % "2.6.19", "com.typesafe.akka" %% "akka-http" % "10.2.4", "com.typesafe.play" %% "play-json" % "2.9.2")