From d0c187597872b63172187ed94e368b39c6508ac5 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Thu, 31 Aug 2023 00:15:54 +0000 Subject: [PATCH] chore: update sbt-scalafmt from 2.4.6 to 2.5.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1c0e895..adc935a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")