From aaad6556cddc719ba65d8e0b9ef00609709910c8 Mon Sep 17 00:00:00 2001 From: James Earl Douglas Date: Sat, 27 Jul 2024 06:54:36 -0700 Subject: [PATCH] scalafmt-core: 3.8.2 -> 3.8.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 24512c5..4182260 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = 3.8.2 // https://scalameta.org/scalafmt/docs/installation.html#sbt +version = 3.8.3 // https://scalameta.org/scalafmt/docs/installation.html#sbt runner.dialect = scala213 // https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects maxColumn = 72 // RFC 678: https://datatracker.ietf.org/doc/html/rfc678