Skip to content

Commit

Permalink
Update sbt-wartremover, wartremover to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 17, 2023
1 parent d43737c commit e528a5e
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.7")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")

//lints
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.3")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.4")
addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")

Expand Down

0 comments on commit e528a5e

Please sign in to comment.