From deaea6a76f7cc6cffeee4eb2c60615e29a54b8c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Heredia=20Montiel?= Date: Mon, 17 Jul 2023 11:43:44 -0600 Subject: [PATCH] =?UTF-8?q?scalameta:=204.7.8=20=E2=86=92=204.8.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 4b7fbab9f..0591f7ec4 100644 --- a/build.sc +++ b/build.sc @@ -77,7 +77,7 @@ val (buildVersion, unstable) = scala.util.Try( val bspVersion = "2.0.0-M6" val fastparseVersion = "3.0.0" -val scalametaVersion = "4.7.8" +val scalametaVersion = "4.8.5" object Deps { val acyclic = ivy"com.lihaoyi:::acyclic:0.3.8"