From eb425fa1b20a909ced711a4961e84ca5c108678e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 2 Oct 2020 15:34:48 +0200 Subject: [PATCH] Update akka-http to 10.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 467d7ae..d155ed3 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ lazy val `embedded-keycloak` = (project in file("embedded-keycloak")) "com.lihaoyi" %% "ujson" % "1.2.0", "com.iheart" %% "ficus" % "1.4.7", //AKKA-DOWNLOADER - "com.typesafe.akka" %% "akka-http" % "10.2.0", + "com.typesafe.akka" %% "akka-http" % "10.2.1", "com.typesafe.akka" %% "akka-stream" % "2.6.9", //TEST "org.scalatest" %% "scalatest" % "3.2.2" % Test