From c2815591a101618a7148bd8c95f4881745bbd93f Mon Sep 17 00:00:00 2001 From: Autobot Date: Mon, 28 Aug 2023 23:24:55 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.13 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 6645dcd..7a8c1bd 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = 3.7.12 +version = 3.7.13 runner.dialect = scala213