Skip to content

Commit

Permalink
Try updating to scala-xml 2.1.0 (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Aug 5, 2022
1 parent c4a581a commit 31cc3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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" % "1.3.0" // Do not upgrade beyond 1.x
"org.scala-lang.modules" %% "scala-xml" % "2.1.0"
)
}
}
Expand Down

0 comments on commit 31cc3fe

Please sign in to comment.