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 14, 2024
1 parent 6c1f106 commit eae2cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion tests/slow/src/test/scala/tests/bazel/BazelLspSuite.scala
Expand Up @@ -179,7 +179,7 @@ class BazelLspSuite
| scala
|
|Capabilities
| Debug <- NOT SUPPORTED
| Debug
| Run
| Test <- NOT SUPPORTED
| Compile""".stripMargin
Expand Down

0 comments on commit eae2cc3

Please sign in to comment.