Skip to content

Commit

Permalink
Use scala-xml 2.1.0 on all Scala versions (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Jul 27, 2022
1 parent 96979ff commit a6eb374
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -158,16 +158,7 @@ lazy val reporter =
project
.settings(
name := "scalac-scoverage-reporter",
libraryDependencies += CrossVersion
.partialVersion(
scalaVersion.value
)
.map {
// Lock this for 2.12 to align with the compiler
// https://github.com/scala/scala/pull/9743
case ((2, 12)) => "org.scala-lang.modules" %% "scala-xml" % "1.0.6"
case _ => "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
},
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.1.0",
sharedSettings,
crossScalaVersions := Seq(defaultScala212, defaultScala213, defaultScala3)
)
Expand Down

0 comments on commit a6eb374

Please sign in to comment.