We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a0e27 commit 9a4af5cCopy full SHA for 9a4af5c
build.sbt
@@ -9,7 +9,7 @@ ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.11")
9
lazy val root = (project in file("."))
10
.settings(
11
name := "scala-ssml",
12
- libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.3.0",
+ libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.2.0",
13
libraryDependencies += scalaTest % Test
14
)
15
0 commit comments