From ff07963089c08c2ae2408da959cd05fc4d35c582 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 19:54:51 +0000 Subject: [PATCH] Update sbt-bloop to 1.5.15 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 07456ccd..a032727e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ libraryDependencies += "com.sun.activation" % "javax.activation" % "1.2.0" addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") addSbtPlugin("ohnosequences" % "sbt-github-release" % "0.7.0") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.0") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.15") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")