From 4454dcbd45362311b06c68becce0eaea6252bde6 Mon Sep 17 00:00:00 2001 From: Joan Goyeau Date: Thu, 16 May 2024 10:45:51 -0400 Subject: [PATCH] Update scalafmt version to 3.8.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 68e80db..d2becd8 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.10 +version = 3.8.1 runner.dialect = scala213source3 project.git = true maxColumn = 120