From 5fe6589414e4feda7a4e4541ee97fa9195ed4b8c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 9 Nov 2020 23:20:36 +0100 Subject: [PATCH] Update sbt-wartremover to 2.4.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5791478f5..a008919af 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.4") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.10") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.13") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.0")