From 568e2cfe5b40851c395713eee4a36f54b2c6a248 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 14 Jun 2021 08:19:05 +0000 Subject: [PATCH] Update akka-stream, akka-stream-typed, ... to 2.6.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9bf0ab8..4f552c8 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ lazy val root = (project in file(".")) ) .settings(mimaSettings) -val akkaVersion = "2.6.14" +val akkaVersion = "2.6.15" val akkaHttpVersion = "10.2.4" lazy val akkaDependencies = Seq(