Skip to content

Commit b16e10a

Browse files
authored
Merge pull request #2843 from tgodzik/remove-unused
chore: Remove possibly breaking options
2 parents f6ecf4b + 168cf78 commit b16e10a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,7 @@ lazy val sbtBloop: Project = project
317317
case _ => "2.0.0-RC8"
318318
}),
319319
crossScalaVersions := List(Scala212Version, Scala3Version),
320-
sbtPlugin := true,
321320
sbtVersion := SbtVersion,
322-
target := (file("integrations") / "sbt-bloop" / "target" / SbtVersion).getAbsoluteFile,
323321
libraryDependencies += Dependencies.bloopConfig,
324322
buildInfoPackage := "bloop.integrations.sbt",
325323
buildInfoKeys := List[BuildInfoKey](

0 commit comments

Comments
 (0)