We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97310d commit e1b9fc2Copy full SHA for e1b9fc2
project/plugins.sbt
@@ -5,3 +5,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
5
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.5")
6
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
7
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