From 9fc22fe8a956d7cb0815572fc271ea2d58af503c Mon Sep 17 00:00:00 2001 From: "alexklibisz-scala-steward[bot]" <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:13:33 -0400 Subject: [PATCH] Dependencies: Update scalafmt-core from 3.8.0 to 3.8.1 (#674) 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 1d35e5f42..9624a20f3 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = "3.8.0" +version = "3.8.1" maxColumn = 140 runner.dialect = scala3