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 66e926a commit 2ea8055Copy full SHA for 2ea8055
project/plugins.sbt
@@ -13,7 +13,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
13
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
14
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
15
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
16
-addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.3")
+addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.4")
17
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
18
19
ThisBuild / libraryDependencySchemes +=
0 commit comments