Skip to content

Commit

Permalink
Upgrade sbt-scalafmt from 2.4.3 to 2.4.6 (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
Co-authored-by: Alex Weber <lexwbr@gmail.com>
  • Loading branch information
3 people authored Mar 7, 2022
1 parent 6c1cb0a commit eca21d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
align.preset = more
maxColumn = 140
version = 3.4.3
runner.dialect = scala213
align.preset = more
maxColumn = 140
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Formatting in scala
// See .scalafmt.conf for configuration details.
// Formatting takes place before the project is compiled.
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")

// Use git in sbt, show git prompt and use versions from git.
// sbt> git <your git command>
Expand Down

0 comments on commit eca21d5

Please sign in to comment.