From ff8e2c3830a15155f4b13aac737cb0cb8c007b95 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 25 May 2024 13:55: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 1982a6892..981b175ea 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.17") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.18") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") libraryDependencies ++= Seq(