diff --git a/build.sbt b/build.sbt index 467d7ae..3dcbb3f 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ lazy val `embedded-keycloak` = (project in file("embedded-keycloak")) "com.iheart" %% "ficus" % "1.4.7", //AKKA-DOWNLOADER "com.typesafe.akka" %% "akka-http" % "10.2.0", - "com.typesafe.akka" %% "akka-stream" % "2.6.9", + "com.typesafe.akka" %% "akka-stream" % "2.6.10", //TEST "org.scalatest" %% "scalatest" % "3.2.2" % Test ),