Skip to content

Commit 052e290

Browse files
Update scala-xml to 2.3.0 (#462)
1 parent cf112d3 commit 052e290

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.11.0",
9-
"org.scala-lang.modules" %% "scala-xml" % "2.2.0",
9+
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
1010
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
1111
)

0 commit comments

Comments
 (0)