From 81dd55b962581bd05cf09fe232b44992f28d84c7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:10:46 +0200 Subject: [PATCH] Update scalafmt from 3.8.1 to 3.8.2 (#280) Pull request: https://github.com/com-lihaoyi/os-lib/pull/280 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 1b0ea88e..77abe714 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.1" +version = "3.8.2" align.preset = none align.openParenCallSite = false