From b93699abadc633a8f72fd171c5c20c760e198f3b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Jan 2025 17:03:51 +0000 Subject: [PATCH] chore(deps): update dependency scalafmt to v3.8.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 73c4348..c1f0d91 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -22,4 +22,4 @@ rewriteTokens = { } spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } trailingCommas = preserve -version = 3.8.5 +version = 3.8.6