From 1a1f36341954081bf0a675a248e34bc7b8d64a2e Mon Sep 17 00:00:00 2001 From: "ckipp01-scala-steward[bot]" <124191317+ckipp01-scala-steward[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 05:02:32 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 65e837a..c5b40b5 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.17" +version = "3.8.0" project.git = true runner.dialect = scala213 docstrings.wrap = no