From d6d4e9809a4c4c7887725c522c682dd04e62b1ec Mon Sep 17 00:00:00 2001 From: scalameta-bot <50175807+scalameta-bot@users.noreply.github.com> Date: Tue, 28 May 2024 16:52:37 +0200 Subject: [PATCH] Update scalameta, semanticdb-scalac, ... to 4.8.15 (#454) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63e35cc9..26b9ee56 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ lazy val Version = new { // Important: this should be the exact same version as the one mtags pulls, as mtags uses some scalameta internal APIs, // and binary compatibility of these APIs isn't guaranteed. // Get this version with a command like 'cs resolve org.scalameta:mtags_2.13.12:1.0.1 | grep org.scalameta:scalameta' - def scalameta = "4.8.3" + def scalameta = "4.8.15" } inThisBuild(