Skip to content

Commit e1b9fc2

Browse files
committed
use scala-xml 2; see scala/bug#12632
1 parent e97310d commit e1b9fc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project/plugins.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
55
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.5")
66
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
77
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
8+
9+
ThisBuild / libraryDependencySchemes ++= Seq(
10+
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
11+
)

0 commit comments

Comments
 (0)