From 92dfe4a2b3289e64469dcf88315100a0882a9794 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Feb 2026 22:41:50 +0000 Subject: [PATCH] Update sbt-bloop to 2.0.19 --- project/metals.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/metals.sbt b/project/metals.sbt index a41ee317..7fe2e8c3 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.10") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.19") // format: on