From 3b3e419aec981e253e6738cab2978a75c911ddab Mon Sep 17 00:00:00 2001 From: "alexklibisz-scala-steward[bot]" <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 00:12:52 -0400 Subject: [PATCH] Dependencies: Update scalafmt-core from 3.8.2 to 3.8.3 (#708) Co-authored-by: alexklibisz-scala-steward[bot] <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index ab0c4ea7..7483d93a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = "3.8.2" +version = "3.8.3" maxColumn = 140 runner.dialect = scala3