From 6c1a66e012d04fc0e7ef766c3a9c5912c7392286 Mon Sep 17 00:00:00 2001 From: Jack Wheatley <19939655+jbwheatley@users.noreply.github.com> Date: Sun, 20 Nov 2022 02:05:53 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.0 in main --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index aa21baed..531ee3aa 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.8.0") addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")