Skip to content

Commit 9a4af5c

Browse files
Update dependency org.scala-lang.modules:scala-xml to v2 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c6a0e27 commit 9a4af5c

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
@@ -9,7 +9,7 @@ ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.11")
99
lazy val root = (project in file("."))
1010
.settings(
1111
name := "scala-ssml",
12-
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.3.0",
12+
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.2.0",
1313
libraryDependencies += scalaTest % Test
1414
)
1515

0 commit comments

Comments
 (0)