From 117c236cfa776411554424d75c111c50fee4e4e0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Aug 2024 02:21:18 +0000 Subject: [PATCH] scalafmt-core 3.8.3 (was 3.8.2) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 0539e97..b37bef3 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # Version https://scalameta.org/scalafmt/docs/configuration.html#version -version = 3.8.2 +version = 3.8.3 # Dialect https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects runner.dialect = scala213