From 3f17beb4e38bd551c438e22d521226553432a6ef Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:17:40 +0000 Subject: [PATCH] Update scalameta to 4.9.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 525bf36a..691065c7 100644 --- a/build.sbt +++ b/build.sbt @@ -237,7 +237,7 @@ lazy val V = new { val kindProjector = "0.13.3" val coursierApi = "2.1.9" val coursierInterface = "1.0.19" - val scalameta = "4.9.6" + val scalameta = "4.9.7" val localSnapshotVersion = "0.7.0-SNAPSHOT" // scala-steward:off val zio = "1.0.18"