Skip to content

Commit

Permalink
Merge pull request #1829 from tgodzik/revert-bsp
Browse files Browse the repository at this point in the history
bugfix: Revert to bsp 2.0.0, since later versions don't run on JDK 8
  • Loading branch information
tgodzik authored Oct 3, 2022
2 parents 72f9449 + a1cdb7c commit 6c91b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
// Keep in sync in BloopComponentCompiler
val zincVersion = "1.6.0"

val bspVersion = "2.1.0-M1"
val bspVersion = "2.0.0"
val javaDebugVersion = "0.21.0+1-7f1080f1"

val scalazVersion = "7.2.20"
Expand Down

0 comments on commit 6c91b22

Please sign in to comment.