Skip to content

Commit

Permalink
Update scalac-scapegoat-plugin to 1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mkurz committed May 19, 2022
1 parent 0a11276 commit 4735f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Scapegoat.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Scapegoat {
import ScapegoatSbtPlugin.autoImport._

val settings = Seq(
ThisBuild / scapegoatVersion := "1.4.13",
ThisBuild / scapegoatVersion := "1.4.14",
ThisBuild / scapegoatReports := Seq("text"),
ThisBuild / scapegoatDisabledInspections := Seq("FinalModifierOnCaseClass"),
pomPostProcess := transformPomDependencies { dep =>
Expand Down

0 comments on commit 4735f2c

Please sign in to comment.