From d417b6265a8b226765f309be4a0d9f9c016877b9 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 00:20:59 +0000 Subject: [PATCH] Update scalameta to 4.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3eabe7e..ae42dbb 100644 --- a/build.sbt +++ b/build.sbt @@ -240,7 +240,7 @@ lazy val V = new { val kindProjector = "0.13.3" val coursierApi = "2.1.18" val coursierInterface = "1.0.23" - val scalameta = "4.11.2" + val scalameta = "4.12.0" val localSnapshotVersion = "0.7.0-SNAPSHOT" // scala-steward:off val zio = "1.0.18"