From 3a6090f7a776a37c5b286cad4da07a1ced3f6adb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 16:15:59 +0200 Subject: [PATCH] Update akka-http, akka-http-testkit to 10.2.6 (#210) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: scala-steward <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Bendix Sältz --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f852e1a..68d3c68 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ lazy val root = (project in file(".")) .settings(mimaSettings) val akkaVersion = "2.6.15" -val akkaHttpVersion = "10.2.5" +val akkaHttpVersion = "10.2.6" lazy val akkaDependencies = Seq( "com.typesafe.akka" %% "akka-stream" % akkaVersion,