From e436d684b358312cf484fd1fc210fd8f44285923 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jul 2021 02:32:03 +0200 Subject: [PATCH] Update sbt-scalafmt to 2.4.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1b7561f..cf5323f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") \ No newline at end of file +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") \ No newline at end of file