Skip to content

Commit

Permalink
Merge pull request #465 from scala-steward/update/scalafmt-core-3.7.11
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.7.11
  • Loading branch information
lenguyenthanh authored Jul 29, 2023
2 parents 97521ce + d6fd54f commit 97118c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# Reformat with scalafmt 3.7.6 & syntax rewrite
2362192cfe132ef94467b2fc4eb87165a8e23668

# Scala Steward: Reformat with scalafmt 3.7.11
a0eab17cf6f5d23011b65c63277d10dd4d4cc840
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.10"
version = "3.7.11"
runner.dialect = scala3

align.preset = more
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy val scalachess = Project("scalachess", file(".")).settings(
"-indent",
"-feature",
"-language:postfixOps",
"-Wunused:all",
"-Wunused:all"
// "-Werror"
// Warnings as errors!
/* "-Xfatal-warnings" */
Expand Down

0 comments on commit 97118c0

Please sign in to comment.