From 98a8836d7fc01af01149f5d3fd7308b9cd187936 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 20:14:02 +0000 Subject: [PATCH] Update scalafmt-core to 3.10.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 7d94588..edd53c1 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.17 +version = 3.10.3 runner.dialect = Scala213Source3