From 078981ce0a40d3f8e66d79d8062eed4e195a134e Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Wed, 28 Jul 2021 00:30:35 +0000 Subject: [PATCH] Update akka-http, akka-http-testkit to 10.2.5 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3a03284..3ed52c7 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.5", + "com.typesafe.akka" %% "akka-http-testkit" % "10.2.5" % Test )