Merge pull request #5655 from eed3si9n/wip/scala-xml

scala-xml 1.3.0
This commit is contained in:
eugene yokota 2020-06-27 16:21:51 -04:00 committed by GitHub
commit ffd30a7e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ object Dependencies {
val scalaVerify = "com.eed3si9n.verify" %% "verify" % "0.2.0"
val templateResolverApi = "org.scala-sbt" % "template-resolver" % "0.1"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.2.0"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.3.0"
val scalaParsers = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
val scalaReflect = Def.setting("org.scala-lang" % "scala-reflect" % scalaVersion.value)