diff --git a/project/metals.sbt b/project/metals.sbt index 7645cd1..9381146 100644 --- a/project/metals.sbt +++ b/project/metals.sbt @@ -3,7 +3,7 @@ // 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" % "1.2.0") +addSbtPlugin("org.scalameta" % "sbt-metals" % "1.2.2") addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.16") diff --git a/project/project/metals.sbt b/project/project/metals.sbt index 98f9319..2f008fc 100644 --- a/project/project/metals.sbt +++ b/project/project/metals.sbt @@ -3,7 +3,7 @@ // 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" % "1.2.0") +addSbtPlugin("org.scalameta" % "sbt-metals" % "1.2.2") addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.16")