Skip to content

Commit

Permalink
Merge pull request #372 from scalacenter/update/scalafmt-core-3.7.14
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.7.14
  • Loading branch information
bjaglin authored Oct 14, 2023
2 parents 3fe422b + 5c03ebd commit 8d817d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.7.14
b7431a3cdd2f4627de48f4f27a361db88949932f
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.13"
version = "3.7.14"
project.git=true
align.preset=none
assumeStandardLibraryStripMargin = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ checkLogs := {
.takeWhile(_ != null)
.force
assert(
logLines.exists(_.contains("Please upgrade to a more recent Scala patch version or uninstall sbt-scalafix"))
logLines.exists(
_.contains(
"Please upgrade to a more recent Scala patch version or uninstall sbt-scalafix"
)
)
)
}

0 comments on commit 8d817d7

Please sign in to comment.