From 5d816a3c1c441d9d2d45aa1c554d27142ff1dcc0 Mon Sep 17 00:00:00 2001 From: "etspaceman-scala-steward-app[bot]" <149607074+etspaceman-scala-steward-app[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 00:25:10 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.16 (#646) Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 6dc108d3..3603abe0 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.15 +version = 3.7.16 project.git = true runner.dialect = scala213Source3