From b50ecc9150b1be591924b195ae1aab3fece39cd2 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:38:38 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.13 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a15abd2e..799fa13e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.12" +version = "3.7.13" include ".scalafmt-common.conf" project.includePaths = [] # disables formatting runner.dialect = scala3