Skip to content

Commit

Permalink
Merge pull request #578 from http4s/scalafmt
Browse files Browse the repository at this point in the history
Specify Scalafmt runner dialect and update Scalafmt version
  • Loading branch information
danicheg authored Nov 12, 2021
2 parents c15a55c + 81d0501 commit f6af0c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.0.8
version = 3.1.0

style = default

Expand All @@ -16,3 +16,5 @@ rewrite.rules = [
AsciiSortImports
PreferCurlyFors
]

runner.dialect = scala213source3

0 comments on commit f6af0c3

Please sign in to comment.