Skip to content

Commit

Permalink
Use Scalafmt 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Jun 28, 2019
1 parent 390f67a commit 232e7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -145,7 +145,7 @@ lazy val V = new {
val bloop = "1.3.2"
val sbtBloop = bloop
val gradleBloop = bloop
val scalafmt = "2.0.0-RC4"
val scalafmt = "2.0.0"
// List of supported Scala versions in SemanticDB. Needs to be manually updated
// for every SemanticDB upgrade.
def supportedScalaVersions =
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/src/test/scala/tests/FormattingSlowSuite.scala
Expand Up @@ -316,7 +316,7 @@ object FormattingSlowSuite extends BaseSlowSuite("formatting") {
)
assertNoDiff(
client.workspaceDiagnostics,
"""|.scalafmt.conf:1:1: error: missing setting 'version'. To fix this problem, add the following line to .scalafmt.conf: 'version=2.0.0-RC4'.
"""|.scalafmt.conf:1:1: error: missing setting 'version'. To fix this problem, add the following line to .scalafmt.conf: 'version=2.0.0'.
|maxColumn=40
|^^^^^^^^^^^^
|""".stripMargin
Expand Down

0 comments on commit 232e7bc

Please sign in to comment.