Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Update scalafmt-core to 3.5.8 (#128)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.5.8

* Reformat with scalafmt 3.5.8

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.5.8' to .git-blame-ignore-revs
  • Loading branch information
scala-steward authored Jul 8, 2022
1 parent 143fcb0 commit a97d236
Show file tree
Hide file tree
Showing 3 changed files with 4 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.5.8
f459c4fae733a192db4e231e9e7ccf07676bb451
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.5.3
version = 3.5.8
project.git = true # only format files tracked by git
maxColumn = 120
runner.dialect = scala213
Expand Down
2 changes: 1 addition & 1 deletion project/sbt-release.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")

0 comments on commit a97d236

Please sign in to comment.