From d78fa7d7e3c45d203175639eec91cf09e1a43416 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 17 Nov 2022 02:39:19 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.0 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index aa5e146..e15f420 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") \ No newline at end of file +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")