Skip to content

Commit

Permalink
Fix bazel mod graph not working
Browse files Browse the repository at this point in the history
  • Loading branch information
tongke6 committed Feb 28, 2025
1 parent 45dc98c commit c2969cc
Show file tree
Hide file tree
Showing 2 changed files with 17,793 additions and 2,306 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "yacl", version = "20241212.0-871832a")
bazel_dep(name = "yacl", version = "0.4.5b10-nightly-20250110")
bazel_dep(name = "psi", version = "0.6.0.dev250123")
bazel_dep(name = "spulib", version = "0.9.4.dev20250123")
bazel_dep(name = "spulib", version = "0.9.4.dev20250227")
bazel_dep(name = "heu", version = "0.6.0.dev20250123")
bazel_dep(name = "dataproxy", version = "0.3.0b1")
bazel_dep(name = "kuscia", version = "0.13.0b1")
Expand Down
Loading

0 comments on commit c2969cc

Please sign in to comment.