From edf9dc3df06793d6cc9c63be047981ef4eaff10b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 13 Dec 2024 21:53:07 +0000 Subject: [PATCH] Update sbt-bloop to 2.0.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 129096aa..9fa22a2a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.1") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.5") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.6")