From 6d8eec4905da601ecce6e64c039d3228e6d62a18 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 3 Oct 2025 18:02:09 +0000 Subject: [PATCH] Update sbt-bloop to 2.0.16 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 11bc380..dc3fc26 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,5 +2,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.0") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.16") addDependencyTreePlugin