From 6119a81d977775aade7edf9c93666d6ecfb43a7e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 19 Aug 2020 03:00:49 +0200 Subject: [PATCH] Update ficus to 1.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c038dcc..0f9902a 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val `embedded-keycloak` = (project in file("embedded-keycloak")) "com.lihaoyi" %% "os-lib" % "0.7.1", "com.lihaoyi" %% "upickle" % "1.2.0", "com.lihaoyi" %% "ujson" % "1.2.0", - "com.iheart" %% "ficus" % "1.4.7", + "com.iheart" %% "ficus" % "1.5.0", //AKKA-DOWNLOADER "com.typesafe.akka" %% "akka-http" % "10.1.12", "com.typesafe.akka" %% "akka-stream" % "2.6.8",