Skip to content

Commit 5de0368

Browse files
committed
Update scala-xml to 2.4.0
1 parent 0228831 commit 5de0368

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
@@ -6,6 +6,6 @@ scalacOptions ++= Seq("-feature", "-deprecation", "-Werror", "-source:future")
66
libraryDependencies ++= Seq(
77
"org.pegdown" % "pegdown" % "1.6.0",
88
"org.apache.commons" % "commons-text" % "1.13.0",
9-
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
9+
"org.scala-lang.modules" %% "scala-xml" % "2.4.0",
1010
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0",
1111
)

0 commit comments

Comments
 (0)