From 65b2eb73065213a79e15cf7294c38522cc4d6bac Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 May 2024 01:10:24 +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 2af7ec3..27bfd3e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.10") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.18") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")