Skip to content

Commit

Permalink
Update sbt-wartremover, wartremover to 3.1.4 (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Maxi Biandratti <[email protected]>
  • Loading branch information
3 people authored Sep 27, 2023
1 parent ec93682 commit cd73e5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.7")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

//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.2")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")

//coverage
Expand Down

0 comments on commit cd73e5d

Please sign in to comment.