Skip to content

Commit

Permalink
fix: make stardoc in sync with WORKSPACE usage (#312)
Browse files Browse the repository at this point in the history
* Update MODULE.bazel to make stardoc in sync with WORKSPACE usage for bazel v8
  • Loading branch information
udaya2899 authored Jan 14, 2025
1 parent d5416e1 commit bf986c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ cuda.local_toolchain(
)
use_repo(cuda, "local_cuda")

bazel_dep(name = "stardoc", version = "0.6.2")
bazel_dep(
name = "stardoc",
version = "0.7.0",
repo_name = "io_bazel_stardoc",
)

0 comments on commit bf986c2

Please sign in to comment.