diff --git a/build.sbt b/build.sbt index 9362b205..f8de9235 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ libraryDependencies ++= { "com.typesafe.akka" %% "akka-http-caching" % akkaHttpVersion, "com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion, "ch.megard" %% "akka-http-cors" % "1.1.3", - "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" exclude ("log4j", "log4j"), "org.phenoscape" %% "owlet" % "1.8.1" exclude ("org.slf4j", "slf4j-log4j12") exclude ("log4j", "log4j"),