diff --git a/project/plugins.sbt b/project/plugins.sbt index 37a81eb..d2014bd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.5") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.7") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") // https://github.com/typelevel/sbt-tpolecat/issues/291