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.8.4 #956

Merged
merged 3 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Scala Steward: Reformat with scalafmt 3.7.7
56c466c71e099780bc9a42c611ce9c08856f42b3
5e253077cb9e09dc584908f366c86e5468527a4d

# Scala Steward: Reformat with scalafmt 3.8.4
56876c6ca4825d53b4fa357b8e10ce95e567ee0d
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.3
version = 3.8.4
runner.dialect = scala213source3
align.preset = none
danglingParentheses.preset = true
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ inThisBuild(
(username, name) <- contributors
} yield {
Developer(username, name, "", url(s"http://github.com/$username"))
},
}
}.toList,
scalacOptions ++= Seq(
"-Xsource:3",
Expand Down
Loading