Skip to content

Commit

Permalink
Update sbt-scalafmt-defaults to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Aug 3, 2020
1 parent 0515251 commit 9b0979c
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
Expand Up @@ -4,7 +4,7 @@
# To edit the original configurations go to
# https://github.com/alejandrohdezma/sbt-scalafmt-defaults/edit/master/.scalafmt.conf

version = 2.5.2
version = 2.6.4

maxColumn = 120

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" %
addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.1.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.2.3")
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.2.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.3.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
Expand Down

0 comments on commit 9b0979c

Please sign in to comment.