From e4b45a217bf5a910f11d10d94436bbe654a7456e Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 24 Jan 2025 01:09:26 +0000 Subject: [PATCH] Update scalafmt-core, scalafmt-dynamic, ... to 3.8.6 --- .scalafmt.conf | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 3b5c18d..2fd7fb3 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.5 +version = 3.8.6 runner.dialect = scala213 project { git = true diff --git a/build.sbt b/build.sbt index dd09a00..c55269a 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ inThisBuild(List( )) publish / skip := true -val scalafmtVersion = "3.8.5" +val scalafmtVersion = "3.8.6" onLoadMessage := s"Welcome to sbt-scalafmt ${version.value} (scalafmt $scalafmtVersion)"