From ce8c7515d14128ee9c314cf7a144aa4803459f75 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 23 Jan 2022 04:36:30 +0100 Subject: [PATCH] Update sbt-scalafmt to 2.4.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cca57a..f684e61 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.5") // The Play plugin, used for the play-sql module