From f9d36e204e2a731e8dff1ae5e0cd3614d01e9360 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:46:53 +0200 Subject: [PATCH] Update sbt-bloop to 1.5.17 (#298) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 18abb2b..8d4afc5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") // https://github.com/scalacenter/bloop -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.16") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.17") // https://github.com/scalameta/sbt-scalafmt addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")