We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43cc34d commit 98b481dCopy full SHA for 98b481d
project/plugins.sbt
@@ -1,7 +1,7 @@
1
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
2
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
3
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
4
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
5
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
6
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7")
7
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.7")
0 commit comments