Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.17 in series/1.x (#14)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.7.17 in series/1.x

* Reformat with scalafmt 3.7.17

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.7.17' to .git-blame-ignore-revs
  • Loading branch information
scala-steward authored Nov 21, 2023
1 parent ef9239c commit d8b5d8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.17
838a806a6710999fd1db0a6a0a1e75f60f25fd81
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.14
version = 3.7.17

align.preset = most
literals.double = Upper
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ crossScalaVersions := List("2.13.12")
scalaVersion := crossScalaVersions.value.last

Test / parallelExecution := false
Test / fork := true
run / fork := true
Test / fork := true
run / fork := true

val zioVersion = "1.0.18"

Expand Down

0 comments on commit d8b5d8b

Please sign in to comment.