Skip to content

Commit

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

* Reformat with scalafmt 3.7.13

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.7.13' to .git-blame-ignore-revs
  • Loading branch information
scala-steward committed Aug 30, 2023
1 parent 74e2b6f commit 11db50b
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.7.13
d466da5e1e78a36c65a0768db4cece34cbea1e86
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.12
version = 3.7.13
preset = defaultWithAlign
docstrings.blankFirstLine = yes
newlines.implicitParamListModifierPrefer = before
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dependencies._

ThisBuild / parallelExecution := false
ThisBuild / versionScheme := Some("semver-spec")
ThisBuild / versionScheme := Some("semver-spec")

lazy val compileSettings = Seq(
Compile / compile := (Compile / compile)
Expand Down

0 comments on commit 11db50b

Please sign in to comment.