We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fdf14 commit 48b3062Copy full SHA for 48b3062
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.4")
16
-addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.3.0")
+addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.3.1")
17
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")
18
19
ThisBuild / libraryDependencySchemes +=
0 commit comments