From afef52ff6edb8c7cabddac79d76ea9d9c61adcbf Mon Sep 17 00:00:00 2001 From: cw-scala-steward Date: Fri, 3 Sep 2021 21:03:43 +0000 Subject: [PATCH] build: Update scalafmt-core from 2.7.5 to 3.0.2 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 27f0dd2..88cfbba 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 2.7.5 +version = 3.0.2 style = defaultWithAlign danglingParentheses = true indentOperator = spray