Skip to content

Commit 5f34f7a

Browse files
Update scala-xml to 2.4.0 (#961)
1 parent 8b2f7ce commit 5f34f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def check(code: String) = {
9696
"""
9797

9898
libraryDependencies ++= Seq(
99-
"org.scala-lang.modules" %% "scala-xml" % "2.3.0" excludeAll ExclusionRule(organization = "org.scala-lang"),
99+
"org.scala-lang.modules" %% "scala-xml" % "2.4.0" excludeAll ExclusionRule(organization = "org.scala-lang"),
100100
"org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0" excludeAll ExclusionRule(organization =
101101
"org.scala-lang"
102102
),

0 commit comments

Comments
 (0)