From bac065059db55e10937d614cffcf6d93ea62aa86 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 19 Nov 2024 13:45:08 +0100 Subject: [PATCH] Update `sbt-scalafmt` to 2.5.2 --- .scalafmt.conf | 1 + project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 5145687..3194834 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -37,5 +37,6 @@ project.excludeFilters = [ ".scala-build" "examples" # Scala 3 scripts and using directives not supported yet "out" + "target" "scala-version.scala" ] \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 86fd478..0bb6799 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")