From 7b28e1641f8674f7ea9ea2d59791cdbdfe61691b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Aug 2021 13:46:02 +0200 Subject: [PATCH] Update akka-actor, akka-stream to 2.6.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb32e42..3131382 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ Compile / console / scalacOptions --= Seq( ) val akkaHttpVersion = "10.2.4" -val akkaVersion = "2.6.15" +val akkaVersion = "2.6.16" libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-actor" % akkaVersion,