Skip to content

Commit 86eb201

Browse files
committed
bugfix: Remove plugin causing issues with sbt 2 release since it's no longer needed
1 parent 86677f1 commit 86eb201

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ lazy val sbtBloop: Project = project
317317
case _ => "2.0.0-RC8"
318318
}),
319319
crossScalaVersions := List(Scala212Version, Scala3Version),
320+
scalaVersion := Dependencies.Scala212Version,
320321
libraryDependencies += Dependencies.bloopConfig,
321322
buildInfoPackage := "bloop.integrations.sbt",
322323
buildInfoKeys := List[BuildInfoKey](

project/build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2")
33
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
4-
addSbtPlugin("com.scalawilliam.esbeetee" % "sbt-vspp" % "0.4.11")
54
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
65
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
76
// Bumping this will causes issues. The benchmark bridge

0 commit comments

Comments
 (0)