From 692adcd16e14c16f552f5edf399577d886893656 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 6 Feb 2022 17:57:28 +0100 Subject: [PATCH] Update scalafmt-core to 3.4.2 (#276) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 738b006..4718c04 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.4.0" +version = "3.4.2" preset = "defaultWithAlign" runner.dialect = "scala213"