From 65014383d6f451b79de9498dc7028c922115c42f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Oct 2022 22:30:25 +0000 Subject: [PATCH] Update sbt-wartremover, wartremover to 2.4.21 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f55b5b7b..ee486b47 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ resolvers ++= Seq( ) ) -addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.7") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.7") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2") @@ -13,6 +13,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.13") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.21") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")