From 51c9a47db41de1c8b6517da8b60bb0e3d43ec8e8 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 23 Feb 2024 00:36:41 +0000 Subject: [PATCH] Update scalafmt-core, scalafmt-dynamic, ... to 3.8.0 --- .scalafmt.conf | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 86af507..df9a346 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.17 +version = 3.8.0 runner.dialect = scala213 project.git = true project.excludeFilters = [ diff --git a/build.sbt b/build.sbt index b03caba..6c2e532 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ inThisBuild( ) publish / skip := true -val scalafmtVersion = "3.7.17" +val scalafmtVersion = "3.8.0" onLoadMessage := s"Welcome to sbt-scalafmt ${version.value} (scalafmt ${scalafmtVersion})" lazy val plugin = project