From 232b4c4673481faa4557e15d5b03932aa71611d0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 31 Mar 2025 17:45:40 +0000 Subject: [PATCH] Update sbt-metals to 1.5.2 --- project/metals.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/metals.sbt b/project/metals.sbt index 172ca70..163cef0 100644 --- a/project/metals.sbt +++ b/project/metals.sbt @@ -3,9 +3,8 @@ // This plugin enables semantic information to be produced by sbt. // It also adds support for debugging using the Debug Adapter Protocol -addSbtPlugin("org.scalameta" % "sbt-metals" % "0.11.10") +addSbtPlugin("org.scalameta" % "sbt-metals" % "1.5.2") // This plugin adds the BSP debug capability to sbt server. addSbtPlugin("ch.epfl.scala" % "sbt-debug-adapter" % "3.0.4") -