From bca43c267080b5a53e2fdcbd45bcfcfba2a6ae5f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:27:12 +0200 Subject: [PATCH] Update sbt-bloop to 2.0.1 (#336) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3be49d8..d9e74d9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") // https://github.com/scalacenter/bloop -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.0") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.1") // https://github.com/scalameta/sbt-scalafmt addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")