From b5db4bd03f42db77b5148224e272c043fba18dbc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Dec 2021 21:39:16 +0100 Subject: [PATCH] Update akka-stream-alpakka-xml to 3.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 35054156..363930f3 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ libraryDependencies ++= { "com.typesafe.akka" %% "akka-http-caching" % akkaHttpVersion, "com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion, "ch.megard" %% "akka-http-cors" % "1.1.2", - "com.lightbend.akka" %% "akka-stream-alpakka-xml" % "3.0.3", + "com.lightbend.akka" %% "akka-stream-alpakka-xml" % "3.0.4", "io.spray" %% "spray-json" % "1.3.6", "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.20", "org.phenoscape" %% "owlet" % "1.8.1" exclude ("org.slf4j", "slf4j-log4j12"), // exclude("log4j", "log4j"),