From c6bf9d3059caac47e2abf47921ecb0cfe707d2e3 Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Sun, 5 Jun 2022 17:56:41 +0000 Subject: [PATCH] Update akka-http, akka-http-testkit to 10.2.9 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 39638bd..716fbdb 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.9", "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.9" % Test ) \ No newline at end of file