From 83284e0fc9f41f0c70e84cf23b59822a34412bc4 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Tue, 11 Jan 2022 10:51:24 +0100 Subject: [PATCH] dep: update scalafmt to 3.3.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 1e9af78a..e316d8ce 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.0.8" +version = "3.3.1" project.git = true runner.dialect = "scala213" assumeStandardLibraryStripMargin = true