From 65ae25b7dc102f8f5050043f8eaf0260038385f9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 18:39:25 +0000 Subject: [PATCH] Update sbt-bloop to 1.5.15 --- project/metals.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/metals.sbt b/project/metals.sbt index 1d4c14c..b9b23fe 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" % "1.4.8-19-4d9f966b") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.15")