From 830af85e7549089c9d80f754b9c60bdc4f5ac855 Mon Sep 17 00:00:00 2001 From: Albert Meltzer <7529386+kitbellew@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:05:44 -0800 Subject: [PATCH] Scalafmt: upgrade to v3.8.5 Includes fix for Java8. --- .scalafmt.conf | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a5e537e..3b5c18d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.4 +version = 3.8.5 runner.dialect = scala213 project { git = true diff --git a/build.sbt b/build.sbt index 9ef198d..dd09a00 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ inThisBuild(List( )) publish / skip := true -val scalafmtVersion = "3.8.4" +val scalafmtVersion = "3.8.5" onLoadMessage := s"Welcome to sbt-scalafmt ${version.value} (scalafmt $scalafmtVersion)"