From 17743da1f86dfd3a2bc923d39510c1b6549ca726 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:16:00 +0000 Subject: [PATCH] build(deps): Update 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 6048f440b8..d1134e594e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.1" +version = "3.8.2" runner.dialect = scala213 maxColumn = 100 docstrings.style = Asterisk