From 5a26ba336aaedcbfe85a88fd995d97949c5445ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Mon, 9 Dec 2024 20:00:44 +0100 Subject: [PATCH] update sbt-bloop (#1625) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e6c339e37..e59cb14bf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.18") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.5") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") libraryDependencies ++= Seq(