From 66c6c8dd5027a411fa3ba0fe368b044b2e2dd526 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Jul 2026 18:25:27 +0000 Subject: [PATCH] Update sbt-bloop to 2.1.1 --- project/metals.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/metals.sbt b/project/metals.sbt index 7fe2e8c..6cca0cb 100644 --- a/project/metals.sbt +++ b/project/metals.sbt @@ -3,6 +3,6 @@ // This file enables sbt-bloop to create bloop config files. -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.19") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.1.1") // format: on