From 6640ebb364d9320de97059b16f8e99f94853e9c9 Mon Sep 17 00:00:00 2001 From: Mikhail Chugunkov Date: Mon, 2 Sep 2019 14:40:24 +0300 Subject: [PATCH] Update installation.md --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 27dda1c71d..20840083bb 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -64,7 +64,7 @@ It is not possible to reset this setting for all existing projects. ```scala // In project/plugins.sbt. Note, does not support sbt 0.13, only sbt 1.x. -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.4") // or addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") // before 1.6.0-RC4 ```