Skip to content

Commit

Permalink
Merge pull request #1981 from lift/scala-xml-bump
Browse files Browse the repository at this point in the history
Bump scala-xml to 1.3.0
  • Loading branch information
farmdawgnation committed Jun 9, 2020
2 parents f1b450d + 5e4743e commit d221782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -42,7 +42,7 @@ object Dependencies {
lazy val scalaz7_core = "org.scalaz" %% "scalaz-core" % "7.2.28"
lazy val squeryl = "org.squeryl" %% "squeryl" % "0.9.5-7"
lazy val slf4j_api = "org.slf4j" % "slf4j-api" % slf4jVersion
lazy val scala_xml = "org.scala-lang.modules" %% "scala-xml" % "1.2.0"
lazy val scala_xml = "org.scala-lang.modules" %% "scala-xml" % "1.3.0"
lazy val scala_parallel_collections = "org.scala-lang.modules" %% "scala-parallel-collections" % "0.2.0"
lazy val rhino = "org.mozilla" % "rhino" % "1.7.10"
lazy val scala_parser = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
Expand Down

0 comments on commit d221782

Please sign in to comment.