Skip to content

Commit

Permalink
Update scala-xml to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 5, 2019
1 parent 9a7c4f2 commit 591f5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {
lazy val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.3"
lazy val uadetector = "net.sf.uadetector" % "uadetector-resources" % "2014.10"
lazy val shapeless = "com.chuusai" %% "shapeless" % "2.3.3"
lazy val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.1.1"
lazy val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.2.0"

lazy val specs2 = Seq("org.specs2" %% "specs2-core" % specs2Version % "test",
"org.specs2" %% "specs2-scalacheck" % specs2Version % "test" )
Expand Down

0 comments on commit 591f5f0

Please sign in to comment.