Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalafmt-core to 3.6.1 #2279

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.6.1
916836efca9385bfe7425ece339ef35b7beb148a
2 changes: 1 addition & 1 deletion .scalafmt.conf
@@ -1,4 +1,4 @@
version = "3.6.0"
version = "3.6.1"
runner.dialect = scala213
maxColumn = 120
align.preset = most
Expand Down
Expand Up @@ -10,4 +10,4 @@ object App extends ZIOAppDefault {
}

def run = Server.start(8090, app)
}
}