From dbb98bd33c8dd96453f79670a4bbb85de5ff3895 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 18 Sep 2024 19:14:08 +0000 Subject: [PATCH] Update sbt-bloop to 2.0.2 --- project/metals.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/metals.sbt b/project/metals.sbt index 4de79118e..163b4afdc 100644 --- a/project/metals.sbt +++ b/project/metals.sbt @@ -1,4 +1,4 @@ // DO NOT EDIT! This file is auto-generated. // This file enables sbt-bloop to create bloop config files. -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.0") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.2")