Skip to content

Commit

Permalink
Fix fmt filter
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Jul 13, 2023
1 parent 78f708d commit 2700c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ object Common extends AutoPlugin {
override def requires = JvmPlugin

override def projectSettings = Seq(
scalafmtFilter := "diff-ref=ea25f7d"
scalafmtFilter := "diff-ref=78f708d"
)
}

0 comments on commit 2700c0b

Please sign in to comment.