Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.17 (#276)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.7.17

* Update scalafmt-native-action

So it picks up the version from .scalafmt.conf

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: Arnout Engelen <[email protected]>
  • Loading branch information
scala-steward-asf[bot] and raboof authored Apr 6, 2024
1 parent 74ed573 commit b1a9c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
persist-credentials: false

- name: Check project is formatted
uses: jrouly/scalafmt-native-action@v2
uses: jrouly/scalafmt-native-action@v3
with:
version: '3.7.11'
arguments: '--list --mode diff-ref=origin/main'
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.11
version = 3.7.17
runner.dialect = scala213
project.git = true
style = defaultWithAlign
Expand Down

0 comments on commit b1a9c95

Please sign in to comment.