From fc9fcddfed91a3231c150794c03bde9173209c71 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:08:17 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.3-fork-2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2c39102..0ba9dda 100644 --- a/build.sbt +++ b/build.sbt @@ -77,7 +77,7 @@ lazy val `scalameta-ast` = projectMatrix jsProjectSettings, commonLatest, libraryDependencies += "org.ekrich" %%% "sconfig" % "1.7.0", - libraryDependencies += ("com.github.xuwei-k" %%% "scalafmt-core" % "3.8.3-fork-1").withSources(), + libraryDependencies += ("com.github.xuwei-k" %%% "scalafmt-core" % "3.8.3-fork-2").withSources(), ) )