diff --git a/build.sbt b/build.sbt index c038dcc..3a7e909 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.1.12", + "com.typesafe.akka" %% "akka-http" % "10.2.0", "com.typesafe.akka" %% "akka-stream" % "2.6.8", //TEST "org.scalatest" %% "scalatest" % "3.1.2" % Test