Skip to content

Commit

Permalink
improvement: Allow sbt BSP to run on earlier JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Dec 20, 2024
1 parent 8290760 commit 5fbd6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ lazy val `sbt-metals` = project
),
scalaVersion := V.scala212,
crossScalaVersions := Seq(V.scala212, V.scala3ForSBT2),
scalacOptions := Seq("-release", "8"),
scriptedLaunchOpts ++= Seq(s"-Dplugin.version=${version.value}"),
(pluginCrossBuild / sbtVersion) := {
scalaBinaryVersion.value match {
Expand Down

0 comments on commit 5fbd6e8

Please sign in to comment.