Skip to content

Commit

Permalink
Merge pull request #6 from CodelyTV/update/scalafmt-core-3.8.3
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.8.3
  • Loading branch information
cherrera20 authored Nov 28, 2024
2 parents c1b1cbc + e8a6530 commit b1af1f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.3
92ab5e2cf984dfb45ad40ee955d8ac43d2af2d8b
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.2
version = 3.8.3
runner.dialect = scala213
style = default
maxColumn = 120
Expand Down
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Settings.settings

libraryDependencies := Dependencies.all

SbtAliases.aliases.flatMap {
case (alias, command) =>
addCommandAlias(alias, command)
SbtAliases.aliases.flatMap { case (alias, command) =>
addCommandAlias(alias, command)
}

0 comments on commit b1af1f6

Please sign in to comment.