File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff 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 ](
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
22addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.20.2" )
33addSbtPlugin(" com.github.sbt" % " sbt-dynver" % " 5.1.1" )
4- addSbtPlugin(" com.scalawilliam.esbeetee" % " sbt-vspp" % " 0.4.11" )
54addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.6" )
65addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
76// Bumping this will causes issues. The benchmark bridge
You can’t perform that action at this time.
0 commit comments