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 da6018b commit 961b681Copy full SHA for 961b681
project/plugins.sbt
@@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.9.0")
4
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
5
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
6
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
7
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.5")
8
9
ThisBuild / libraryDependencySchemes ++= Seq(
10
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
0 commit comments