From 2c81648ffde19c6d4870a7cbae68baa9a9338016 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 10 Jul 2020 15:02:16 +0200 Subject: [PATCH] Update akka-stream to 2.6.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1645b38..d0fd79e 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.1.12", - "com.typesafe.akka" %% "akka-stream" % "2.6.6", + "com.typesafe.akka" %% "akka-stream" % "2.6.7", //TEST "org.scalatest" %% "scalatest" % "3.1.2" % Test ),