From b73095679bc53d291b49d1793931743c25bc31d7 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Fri, 26 Aug 2022 15:12:25 +0200 Subject: [PATCH] dep: don't directly rely on the Bloop plugin Not fully sure why this was added, but tools like Metals will automatically add this if needed. For other editors sbt can also be a build server, and then this plugin isn't needed. --- project/plugins.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bd93ff9..94ddd90 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,6 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.9-22-2d02726c") libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value