From 2967d144384bd96ccec7482a738493e2c3816c76 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 00:19:34 +0000 Subject: [PATCH] Update scalameta to 4.9.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 00812840..fba0ac58 100644 --- a/build.sbt +++ b/build.sbt @@ -237,7 +237,7 @@ lazy val V = new { val kindProjector = "0.13.3" val coursierApi = "2.1.10" val coursierInterface = "1.0.19" - val scalameta = "4.9.7" + val scalameta = "4.9.8" val localSnapshotVersion = "0.7.0-SNAPSHOT" // scala-steward:off val zio = "1.0.18"