From 93074871c716cc124f01f0d800fbaf22bc702bfe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Apr 2023 15:54:35 +0000 Subject: [PATCH] Update scalafmt-core to 3.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 16bdad189e..83e02dcc64 100644 --- a/build.sbt +++ b/build.sbt @@ -202,7 +202,7 @@ lazy val `quill-util` = .settings( Test / fork := true, libraryDependencies ++= Seq( - ("org.scalameta" %% "scalafmt-core" % "3.1.0") + ("org.scalameta" %% "scalafmt-core" % "3.1.2") .excludeAll( (Seq( ExclusionRule(organization = "com.lihaoyi", name = "sourcecode_2.13"),