diff --git a/build.sbt b/build.sbt index 63d4464..f798bd7 100644 --- a/build.sbt +++ b/build.sbt @@ -35,8 +35,8 @@ libraryDependencies ++= { "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.26", "org.apache.jena" % "apache-jena-libs" % "4.9.0", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", - "org.scala-lang.modules" %% "scala-xml" % "2.0.1", - "org.slf4j" % "slf4j-log4j12" % "1.7.32" % Test, + "org.scala-lang.modules" %% "scala-xml" % "2.2.0", + "org.slf4j" % "slf4j-log4j12" % "1.7.36" % Test, "org.semanticweb.elk" % "elk-owlapi" % "0.4.3" % Test, "junit" % "junit" % "4.13.2" % Test, "com.github.sbt" % "junit-interface" % "0.13.3" % Test