Skip to content

Commit fdcab33

Browse files
authored
Merge pull request #91 from scala-steward/update/scala-xml-1.2.0
Update scala-xml to 1.2.0
2 parents 24b2b0a + 86fb1f5 commit fdcab33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

each/build.sbt.shared

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ libraryDependencies ++= {
1212
if (scalaVersion.value.startsWith("2.10.")) {
1313
Seq()
1414
} else {
15-
Seq("org.scala-lang.modules" %% "scala-xml" % "1.0.6" % Test)
15+
Seq("org.scala-lang.modules" %% "scala-xml" % "1.2.0" % Test)
1616
}
1717
}
1818

0 commit comments

Comments
 (0)