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.
2 parents fa55dd1 + 7ec0fed commit deea22aCopy full SHA for deea22a
project/plugins.sbt
@@ -1,4 +1,8 @@
1
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2")
+ThisBuild / libraryDependencySchemes ++= Seq(
2
+ "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
3
+)
4
+
5
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")
6
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
7
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0")
8
// use a newer version of paradox (site would pull in automatically an older version)
0 commit comments