Skip to content

Commit 7316c04

Browse files
committed
Update sbt-wartremover
Signed-off-by: Michael Mior <mmior@mail.rit.edu>
1 parent 503c4e8 commit 7316c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0")
1010
addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.16.0")
1111
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.2.0")
1212
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
13-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
14-
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.3.2")
13+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.2")
14+
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.4.1")
1515
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

0 commit comments

Comments
 (0)