Skip to content

Commit

Permalink
Bump sb-scalafmt to 2.5.2 && scalafmt to 3.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
lorandszakacs committed Jan 31, 2024
1 parent ac57f74 commit a5be01e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/scalameta/scalafmt/releases
version = 3.6.0
version = 3.7.17
style = default
runner.dialect = scala213

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// format: off
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") // https://github.com/scalameta/sbt-scalafmt/releases
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // https://github.com/scalameta/sbt-scalafmt/releases
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.11.0") // https://github.com/scala-js/scala-js/releases/
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-M5") // https://github.com/typelevel/sbt-typelevel/releases

0 comments on commit a5be01e

Please sign in to comment.