Skip to content

Commit

Permalink
Scalafmt updated to 2.0.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
poslegm authored Jun 28, 2019
1 parent 8845e73 commit e219fd5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 2.0.0-RC8
version = 2.0.0
project.git = true
project.excludeFilters = [
plugin/src/sbt-test
Expand Down
Binary file modified bin/scalafmt
Binary file not shown.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lazy val plugin = project
.settings(
moduleName := "sbt-scalafmt",
libraryDependencies ++= List(
"org.scalameta" %% "scalafmt-dynamic" % "2.0.0-RC8"
"org.scalameta" %% "scalafmt-dynamic" % "2.0.0"
),
scriptedBufferLog := false,
scriptedLaunchOpts += s"-Dplugin.version=${version.value}"
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/scalafmt-sbt/sbt/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 2.0.0-RC8
version = 2.0.0
style = IntelliJ
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/scalafmt-sbt/sbt/.scalafmt11.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 2.0.0-RC8
version = 2.0.0
invalidField = IntelliJ
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/scalafmt-sbt/sbt/.scalafmt6.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 2.0.0-RC8
version = 2.0.0
style = default
project.excludeFilters = [
MainTest
Expand Down

0 comments on commit e219fd5

Please sign in to comment.