From 4c68ebe704a88eb3bafe2342e892f7b3165b76b7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Nov 2023 02:37:48 +0000 Subject: [PATCH] Update sbt-bloop to 1.5.12 --- project/metals.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/metals.sbt b/project/metals.sbt index 6e23425e2..c11a206af 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.8") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.12")