From 005cf554d655e52ad8fd6a2f7c9baf86aef19a0f Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Fri, 6 Aug 2021 00:29:58 +0000 Subject: [PATCH] Update akka-http, akka-http-testkit to 10.2.6 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3a03284..4e5a235 100644 --- a/build.sbt +++ b/build.sbt @@ -8,6 +8,6 @@ scalaVersion := "2.13.5" libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-actor" % "2.6.15", "com.typesafe.akka" %% "akka-stream" % "2.6.15", - "com.typesafe.akka" %% "akka-http" % "10.2.4", - "com.typesafe.akka" %% "akka-http-testkit" % "10.2.4" % Test + "com.typesafe.akka" %% "akka-http" % "10.2.6", + "com.typesafe.akka" %% "akka-http-testkit" % "10.2.6" % Test )