From 9c0f435bc197518d9a81eaa6c90e3ce3105419e8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Nov 2023 02:34:14 +0000 Subject: [PATCH] Update sbt-bloop to 1.5.12 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ef2e1d0..5dc8980 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "4.0.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "3.1.3") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.11") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.12")