From 4e7fd7bb4ae2425f6e0290a940dad80856a8293e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Aug 2023 20:31:43 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 81204fb..1031b7b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ logLevel := Level.Info -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.1") addSbtPlugin("com.cavorite" % "sbt-avro-1-8" % "1.1.9") addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.0.0-RC22")