Skip to content

Commit

Permalink
Merge pull request #2129 from scala-steward/update/scala-xml-1.1.1
Browse files Browse the repository at this point in the history
Update scala-xml to 1.1.1
  • Loading branch information
aeons committed Sep 27, 2018
2 parents e00fe37 + a4d5beb commit acea232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Http4sPlugin.scala
Expand Up @@ -322,7 +322,7 @@ object Http4sPlugin extends AutoPlugin {
def scalaCompiler(so: String, sv: String) = so % "scala-compiler" % sv
def scalaReflect(so: String, sv: String) = so % "scala-reflect" % sv
lazy val scalatagsApi = "com.lihaoyi" %% "scalatags" % "0.6.7"
lazy val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.1.0"
lazy val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.1.1"
lazy val specs2Core = "org.specs2" %% "specs2-core" % "4.1.0"
lazy val specs2Matcher = "org.specs2" %% "specs2-matcher" % specs2Core.revision
lazy val specs2MatcherExtra = "org.specs2" %% "specs2-matcher-extra" % specs2Core.revision
Expand Down

0 comments on commit acea232

Please sign in to comment.