Skip to content

Commit

Permalink
Update sbt-wartremover to 2.4.10 (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 13, 2020
1 parent 08e0006 commit c7644f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -9,7 +9,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.13")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.9")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.10")

// This is only here so that Scala Steward updates the version in sbt/package.scala too.
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.18")

0 comments on commit c7644f8

Please sign in to comment.