From ee3a5cb7c35dc7e5bd71049d5eac4f8758bb222a Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Wed, 28 Jul 2021 00:33:48 +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 39638bd..6b8cd3f 100644 --- a/build.sbt +++ b/build.sbt @@ -5,8 +5,8 @@ version := "0.1" scalaVersion := "2.13.5" libraryDependencies ++= Seq( - "com.typesafe.akka" %% "akka-http" % "10.2.4", + "com.typesafe.akka" %% "akka-http" % "10.2.5", "org.json4s" %% "json4s-native" % "3.6.11", - "com.typesafe.akka" %% "akka-http-testkit" % "10.2.4" % Test + "com.typesafe.akka" %% "akka-http-testkit" % "10.2.5" % Test ) \ No newline at end of file