Skip to content

Commit

Permalink
chore: update bazel_dep kuscia & update module version
Browse files Browse the repository at this point in the history
  • Loading branch information
tongke6 committed Jan 23, 2025
1 parent 1006bd2 commit ccbe713
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

module(
name = "dataproxy",
version = "0.3.0b1",
compatibility_level = 1,
)

Expand Down Expand Up @@ -71,12 +72,7 @@ single_version_override(
version = "1.66.0.bcr.3",
)

bazel_dep(name = "kuscia")
git_override(
module_name = "kuscia",
commit = "a1208dcdab6682dfc6d3ae21b2d5990e917cbf2f",
remote = "https://github.com/secretflow/kuscia.git",
)
bazel_dep(name = "kuscia", version = "0.13.0b1")

# # test
bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True)
Expand Down

0 comments on commit ccbe713

Please sign in to comment.