From 7d88276531f0bae9b1466586367b1b17a5054d2d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Jan 2026 00:03:03 +0000 Subject: [PATCH] Update sbt-bloop to 2.0.18 --- project/metals.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/metals.sbt b/project/metals.sbt index a41ee317..f87b39cd 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.18") // format: on