Skip to content

Commit

Permalink
bump: scalafmt-core 3.8.1 (was 3.8.0) (#614)
Browse files Browse the repository at this point in the history
* bump: scalafmt-core 3.8.1 (was 3.8.0)
* bump: scalafmt check to 3.8.1

---------

Co-authored-by: Peter Vlugter <59895+pvlugter@users.noreply.github.com>
  • Loading branch information
scala-steward and pvlugter authored Apr 29, 2024
1 parent 691e3d2 commit 6ae3b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Check project is formatted
uses: jrouly/scalafmt-native-action@v1
with:
version: '3.8.0'
version: '3.8.1'
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.0
version = 3.8.1
runner.dialect = scala213
maxColumn = 120
docstrings.style = Asterisk
Expand Down

0 comments on commit 6ae3b2a

Please sign in to comment.