Skip to content

Commit

Permalink
Merge pull request #558 from fthomas/update/sbt-scalafmt-2.0.1
Browse files Browse the repository at this point in the history
Update sbt-scalafmt to 2.0.1
  • Loading branch information
fthomas authored Jun 11, 2019
2 parents 33a4d3b + abdfc17 commit b9649ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version=2.0.0-RC8
assumeStandardLibraryStripMargin = true
align.openParenCallSite = false
align.openParenDefnSite = false
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.6.0-RC4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.1")
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.9")
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.9.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.22")
Expand Down

0 comments on commit b9649ac

Please sign in to comment.