Skip to content

Commit cc49462

Browse files
authored
Merge pull request #347 from scala-steward/update/scala-xml-1.3.0
Update scala-xml to 1.3.0
2 parents d372038 + 5dd2e30 commit cc49462

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
@@ -14,7 +14,7 @@ val buildSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
1414
organization := "org.elasticmq",
1515
scalaVersion := v2_12,
1616
crossScalaVersions := Seq(v2_12, v2_13),
17-
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.2.0",
17+
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.3.0",
1818
dependencyOverrides := akka25Overrides,
1919
parallelExecution := false,
2020
sonatypeProfileName := "org.elasticmq",

0 commit comments

Comments
 (0)