From 5ccc3257da0d9fab4c6f378f05e412a61ee12a15 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 15 Jun 2024 00:13:46 +0000 Subject: [PATCH] Upgrade scalafmt-core from 3.8.1 to 3.8.2 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 73eab04..c5751fa 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.8.1" +version = "3.8.2" runner.dialect = "scala213source3" preset=defaultWithAlign align.preset = most