From 906f463527898668bd37d3e94bf32a5745be729d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 May 2024 01:10:37 +0000 Subject: [PATCH] Update sbt-bloop to 1.5.18 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7a4aa4e..6fcbcf7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.10") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.18") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.7")