Skip to content

Commit

Permalink
bugfix: Fix issues with bazelmod alongside WORKSPACE
Browse files Browse the repository at this point in the history
This version includes a fix for a situation where bazel.module would exist together with WORKSPACE
  • Loading branch information
tgodzik committed Mar 13, 2024
1 parent 6c1f106 commit 301a2b6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ case class BazelBuildTool(
object BazelBuildTool {
val name: String = "bazel"
val bspName: String = "bazelbsp"
val version: String = "3.1.0-20240207-7439f14-NIGHTLY"
val version: String = "3.1.0-20240313-89141af-NIGHTLY"

val mainClass = "org.jetbrains.bsp.bazel.install.Install"

Expand Down

0 comments on commit 301a2b6

Please sign in to comment.