From 345421a94fe74cc572dc55a5ae7e2b674c7e1afe Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 00:15:41 +0000 Subject: [PATCH] build(deps): Update scalafmt-core from 3.7.17 to 3.8.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 0cdad396c6..6452e8cb2b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.17" +version = "3.8.0" runner.dialect = scala213 maxColumn = 100 docstrings.style = Asterisk