From 041db76e1212f1f557cb6e7979a5b87077f9ca41 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:30:16 +0000 Subject: [PATCH] Update scalameta to 4.12.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6c642d3..85e7b65 100644 --- a/build.sbt +++ b/build.sbt @@ -240,7 +240,7 @@ lazy val V = new { val kindProjector = "0.13.3" val coursierApi = "2.1.21" val coursierInterface = "1.0.26" - val scalameta = "4.12.0" + val scalameta = "4.12.1" val localSnapshotVersion = "0.7.0-SNAPSHOT" // scala-steward:off val zio = "1.0.18"