Skip to content

Commit

Permalink
Update Scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Nov 11, 2024
1 parent 27acd73 commit 6ee26cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Check formatting
run:
./mill --disable-ticker mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll __.sources
# ./mill --meta-level 1 mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll
./mill --disable-ticker --meta-level 1 mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll
# - name: Check scalafix
# run: ./mill --disable-ticker __.fix --check
- name: Compile
Expand Down
4 changes: 2 additions & 2 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version = "3.5.9"
version = "3.8.3"
maxColumn = 120
runner.dialect = scala3
fileOverride {
"glob:**/*.sc" {
"glob:**/*.mill.scala" {
runner.dialect = scala213
}
}

0 comments on commit 6ee26cb

Please # to comment.