diff --git a/build.sbt b/build.sbt index e95c22181..35d7d3be9 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ libraryDependencies ++= { // like the 2.12.x Scala compiler, otherwise we run into conflicts when using sbt 1.5+ // See https://github.com/scala/scala/pull/9743 "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2", // Do not upgrade beyond 1.x - "org.scala-lang.modules" %% "scala-xml" % "2.2.0" + "org.scala-lang.modules" %% "scala-xml" % "2.3.0" ) case _ => Nil