From f79a758f6c3f01ae74e691d0ababf228c69d0693 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 10:51:26 +0100 Subject: [PATCH] Update scalafmt-core to 3.8.1 (#212) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-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 7a5ab9a..7b08880 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.0" +version = "3.8.1" runner.dialect = scala3 docstrings.style = Asterisk align.preset = none