From ffb582b2ea1bb43470b51da90113122a19fcf491 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 9 Apr 2024 01:55:37 +0000 Subject: [PATCH] Update sbt-bloop to 1.5.17 --- project/metals.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/metals.sbt b/project/metals.sbt index 4a579ab52..d8ea08022 100644 --- a/project/metals.sbt +++ b/project/metals.sbt @@ -2,4 +2,4 @@ // This file enables sbt-bloop to create bloop config files. -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.15") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.17")