Skip to content

Commit

Permalink
Upgrade to scalafmt 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taig committed Mar 5, 2024
1 parent 997be20 commit 2217bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/io/taig/HouserulesPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object HouserulesPlugin extends AutoPlugin {
file
},
scalafmtRules := ListMap(
"version" -> "3.7.17",
"version" -> "3.8.0",
"maxColumn" -> "120",
"assumeStandardLibraryStripMargin" -> "true",
"rewrite.rules" -> "[Imports, SortModifiers]",
Expand Down

0 comments on commit 2217bac

Please sign in to comment.