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") -