From 69d8a580d3dd3a50c1893aee13bd30cdc45e20b6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 29 Mar 2024 01:54:32 +0000 Subject: [PATCH] Update sbt-bloop to 1.5.16 --- project/metals.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/metals.sbt b/project/metals.sbt index d319886..2629321 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.6-21-464e4ec4") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.16")