From e1e71ed0ff4b493e3342823b346062b25693ca8c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 5 Feb 2026 05:11:08 +0000 Subject: [PATCH] Update sbt-bloop to 2.0.19 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 754b9bf9..a1d9f505 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.18") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.19")