Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from scala-steward/update/scala-xml-1.2.0
Browse files Browse the repository at this point in the history
Update scala-xml to 1.2.0
  • Loading branch information
tanishiking authored Apr 8, 2019
2 parents 7fc1087 + 9a4cf4f commit 3c0c90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val scalaunfmt = (project in file(".")).
"org.scalatest" %% "scalatest" % scalatestV % "test",
"info.debatty" % "java-string-similarity" % similarityV,
// undeclared transitive dependency of coursier-small
"org.scala-lang.modules" %% "scala-xml" % "1.1.1"
"org.scala-lang.modules" %% "scala-xml" % "1.2.0"
),

// Compilation
Expand Down

0 comments on commit 3c0c90e

Please sign in to comment.