From 15bfe142a06deba9c3a9e442244abbe1d62632ae Mon Sep 17 00:00:00 2001 From: Mikhail Chugunkov Date: Tue, 22 Oct 2019 18:54:16 +0300 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 20f5937..e2f1cbc 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ repository see [scalameta/scalafmt](https://github.com/scalameta/scalafmt/). Add following line into `project/plugins.sbt` ```sbt -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.2.0") ``` ### [User documentation](https://scalameta.org/scalafmt/)