Skip to content

Commit

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

* Reformat with scalafmt 3.0.5
  • Loading branch information
scala-steward authored Sep 26, 2021
1 parent bd91836 commit 972d913
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,4 +1,4 @@
version = "3.0.4"
version = "3.0.5"

preset = "defaultWithAlign"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")

0 comments on commit 972d913

Please sign in to comment.