From 2477ac5e7e36b0b88d5174ca27939e523d0d67a9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 3 Oct 2025 16:00:55 +0000 Subject: [PATCH] Update sbt-bloop to 2.0.16 --- project/metals.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/metals.sbt b/project/metals.sbt index e680f5c..fd27807 100644 --- a/project/metals.sbt +++ b/project/metals.sbt @@ -2,5 +2,5 @@ // This file enables sbt-bloop to create bloop config files. -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.6") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.16")