From 179e8dd8b65a867aeab4d2c8cf19280ca62d7725 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Thu, 6 Jun 2024 12:25:15 +0300 Subject: [PATCH] plugins.sbt: add sbt-scalafmt. --- project/plugins.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9845006..f7fcc6d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,4 @@ logLevel := Level.Warn -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")