Skip to content

Commit

Permalink
Update sbt-wartremover, wartremover to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2024
1 parent b5786be commit 53c57c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.8")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

//lints
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.1")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.2")
addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.6")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")

Expand Down

0 comments on commit 53c57c0

Please sign in to comment.