Skip to content

Commit

Permalink
Merge pull request #624 from scala-steward/update/scalafmt-core-3.9.0
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.9.0
  • Loading branch information
ornicar authored Feb 18, 2025
2 parents ffecc87 + ac366ab commit 7e7ded3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ bfb4e29c0fe449fb539105fd58a34aa8fb81deae

# Scala Steward: Reformat with scalafmt 3.8.6
68aafee3746adc5edd5e16bc34e71cee0201f1b5

# Scala Steward: Reformat with scalafmt 3.9.0
519ac1e3001b1d225195dc1cba3ae91fd1b29333
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 = scala3

align.preset = more
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

0 comments on commit 7e7ded3

Please sign in to comment.