From 6ee753a441c2d8c81434883128a157c34f86c064 Mon Sep 17 00:00:00 2001 From: Albert Meltzer <7529386+kitbellew@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:39:31 -0700 Subject: [PATCH] Scalafmt: update to v3.7.13 --- .scalafmt.conf | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index d746e03..d846fa9 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.12 +version = 3.7.13 runner.dialect = scala213 project.git = true project.excludeFilters = [ diff --git a/build.sbt b/build.sbt index bb6c7e7..b81bf1a 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ inThisBuild( ) skip in publish := true -val scalafmtVersion = "3.7.12" +val scalafmtVersion = "3.7.13" onLoadMessage := s"Welcome to sbt-scalafmt ${version.value} (scalafmt ${scalafmtVersion})" lazy val plugin = project