From c544aca5e0058551dfdd9a0c03e02849984033b5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 24 Feb 2021 17:11:11 +0100 Subject: [PATCH] Update akka-http, akka-http-testkit to 10.2.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d4da680..821e0fd 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ scalaVersion := "2.13.3" libraryDependencies ++= { val akkaV = "2.6.10" - val akkaHttpV = "10.2.1" + val akkaHttpV = "10.2.4" Seq( "com.pauldijou" %% "jwt-core" % "4.3.0",