From 8b1c989efdbeb838e5e031cddff31b414d1c559b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Jan 2021 21:54:30 +0100 Subject: [PATCH] Update akka-http, akka-http-testkit to 10.2.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d4da680..14ab589 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.3" Seq( "com.pauldijou" %% "jwt-core" % "4.3.0",