Skip to content

Commit

Permalink
chore(deps): update dependency com.github.xuwei-k:scalafix-rules to v…
Browse files Browse the repository at this point in the history
…0.2.9
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Oct 14, 2022
1 parent f566a23 commit fd3800c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ThisBuild / developers := List(
ThisBuild / wartremoverErrors ++= Warts.allBut(Wart.Overloading, Wart.Equals)

ThisBuild / scalafixDependencies ++= Seq(
"com.github.xuwei-k" %% "scalafix-rules" % "0.2.8",
"com.github.xuwei-k" %% "scalafix-rules" % "0.2.9",
)

ThisBuild / semanticdbEnabled := true
Expand Down

0 comments on commit fd3800c

Please sign in to comment.