From 395dfd95f394d398f5c6202f0ef47d193984e635 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 3 Nov 2021 01:09:49 +0100 Subject: [PATCH] Update sbt-bloop to 1.4.11 --- project/metals.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/metals.sbt b/project/metals.sbt index 15a757d..4093a17 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") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.11")