From 89d8947431626c809c190ec7dcfe6257c333e357 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 00:26:03 +0000 Subject: [PATCH] Update scalameta to 4.12.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 87c02fba..8e83c74f 100644 --- a/build.sbt +++ b/build.sbt @@ -239,7 +239,7 @@ lazy val V = new { val kindProjector = "0.13.3" val coursierApi = "2.1.24" val coursierInterface = "1.0.28" - val scalameta = "4.12.5" + val scalameta = "4.12.7" val localSnapshotVersion = "0.7.0-SNAPSHOT" // scala-steward:off val zio = "1.0.18"