Skip to content

Commit

Permalink
chore: Bump Bazel BSP to a version with newest fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed May 25, 2024
1 parent b73ea1c commit 5b582c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ case class BazelBuildTool(
object BazelBuildTool {
val name: String = "bazel"
val bspName: String = "bazelbsp"
val version: String = "3.2.0-20240515-5f8e0ae-NIGHTLY"
val version: String = "3.2.0-20240523-fed6c36-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
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ class BazelLspSuite
| ^
|""".stripMargin,
)
_ = assertContains(jsonFile, "3.2.0-20240515-5f8e0ae-NIGHTLY")
_ = assertContains(jsonFile, BazelBuildTool.version)
} yield ()
}

Expand Down

0 comments on commit 5b582c6

Please sign in to comment.