From c202b96b3ef7641a8c074ad2e49be190fd5789f0 Mon Sep 17 00:00:00 2001 From: James Earl Douglas Date: Sat, 2 Sep 2023 19:09:22 -0700 Subject: [PATCH] scalafmt-core: 3.7.12 -> 3.7.14 (#819) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 82f21ff3..5127fbfc 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = 3.7.12 // https://scalameta.org/scalafmt/docs/installation.html#sbt +version = 3.7.14 // https://scalameta.org/scalafmt/docs/installation.html#sbt runner.dialect = scala212 // https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects maxColumn = 72 // RFC 678: https://datatracker.ietf.org/doc/html/rfc678