From 4ff1de937ad0ddc1c5c5fc4eb7d09b897caa3748 Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Tue, 15 Feb 2022 00:18:14 +0000 Subject: [PATCH] Update akka-http, akka-http-testkit to 10.2.8 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c558a62..1f8815e 100644 --- a/build.sbt +++ b/build.sbt @@ -6,8 +6,8 @@ scalaVersion := "2.12.13" libraryDependencies ++= Seq( - "com.typesafe.akka" %% "akka-http" % "10.2.4", + "com.typesafe.akka" %% "akka-http" % "10.2.8", "com.typesafe.akka" %% "akka-stream" % "2.6.14", - "com.typesafe.akka" %% "akka-http-testkit" % "10.2.4" % Test + "com.typesafe.akka" %% "akka-http-testkit" % "10.2.8" % Test )