Skip to content

Commit

Permalink
Update sbt-metals to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 16, 2024
1 parent 949cb2f commit 1a56bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/metals.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion project/project/metals.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 1a56bcd

Please sign in to comment.