We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6ecf4b + 168cf78 commit b16e10aCopy full SHA for b16e10a
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