From 9ef4e757464f7fe3164417d682c66ff7dd4b68d4 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Fri, 1 May 2020 22:02:37 +0900 Subject: [PATCH] Update scalafmt to 2.5.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 47aa90cf6..d8473dcb3 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "2.4.2" +version = "2.5.0" project.git = true maxColumn = 120