Skip to content

Commit 9d3f395

Browse files
Update scala-xml to 1.3.0 (#321)
1 parent 05ee616 commit 9d3f395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ lazy val plugin =
9494
crossTarget := target.value / s"scala-${scalaVersion.value}",
9595
crossVersion := CrossVersion.full,
9696
libraryDependencies ++= Seq(
97-
"org.scala-lang.modules" %% "scala-xml" % "1.2.0",
97+
"org.scala-lang.modules" %% "scala-xml" % "1.3.0",
9898
"org.scalatest" %% "scalatest" % scalatestVersion % Test
9999
)
100100
)

0 commit comments

Comments
 (0)