We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ecf4b commit 168cf78Copy full SHA for 168cf78
build.sbt
@@ -317,9 +317,7 @@ lazy val sbtBloop: Project = project
317
case _ => "2.0.0-RC8"
318
}),
319
crossScalaVersions := List(Scala212Version, Scala3Version),
320
- sbtPlugin := true,
321
sbtVersion := SbtVersion,
322
- target := (file("integrations") / "sbt-bloop" / "target" / SbtVersion).getAbsoluteFile,
323
libraryDependencies += Dependencies.bloopConfig,
324
buildInfoPackage := "bloop.integrations.sbt",
325
buildInfoKeys := List[BuildInfoKey](
0 commit comments