From e539be84db9e78b7a234a86e1bff8d496828194e Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 25 Dec 2022 01:12:54 +0000 Subject: [PATCH] other: update sbt-scalafmt from 2.4.6 to 2.5.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8bc34ad..9b3c5bc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.4.0") addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.7") \ No newline at end of file