From 1a584639208ba18b46069c6d2004e9e2a6c432b2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Dec 2023 00:35:35 +0000 Subject: [PATCH] Update sbt-bloop to 1.5.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7784f74..db70c17 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.13") addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")