Skip to content

Commit

Permalink
Update scalafmt-core to 3.9.0 (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 18, 2025
1 parent 2646c9a commit 1bcfe9b
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
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.8.6
35c27463b6f38a27b119cc1d82f2e0e49e335789

# Scala Steward: Reformat with scalafmt 3.9.0
47449d54fdda17becd0fce8efd14c894563773c0
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.6"
version = "3.9.0"
runner.dialect = scala213
maxColumn = 120
align.preset = most
Expand Down
2 changes: 1 addition & 1 deletion examples/zio-json-golden/build.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scalaVersion := "2.13.16"
scalaVersion := "2.13.16"
libraryDependencies += "dev.zio" %% "zio-json-golden" % "0.7.8"

0 comments on commit 1bcfe9b

Please sign in to comment.