From fa65eeea35e86ce799386f21f42efc343d589fd2 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Wed, 15 Jan 2020 22:06:48 +0900 Subject: [PATCH] Update scalafmt to 2.3.2 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 77e718160..1fa7f7c03 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "2.0.1" +version = "2.3.2" project.git = true maxColumn = 120