Skip to content

Commit

Permalink
Update Kuscia version
Browse files Browse the repository at this point in the history
update Kuscia to 0.13.0b0
  • Loading branch information
YanZhuangz authored Dec 20, 2024
1 parent 36338cc commit 1ab66e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dataproxy_sdk/bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ def _kuscia():
http_archive,
name = "kuscia",
urls = [
"https://github.com/secretflow/kuscia/archive/refs/tags/v0.11.0b0.tar.gz",
"https://github.com/secretflow/kuscia/archive/refs/tags/v0.13.0b0.tar.gz",
],
strip_prefix = "kuscia-0.11.0b0",
sha256 = "c8de425a5f442ba3fa30a9b5943f9fd056efd9ab610ddc2168d5ffcf71224974",
strip_prefix = "kuscia-0.13.0b0",
sha256 = "8c7b638ef510a665af12f7b92ed0c43de7712154234e52ef4d8609b8afebfdac",
)

def _bazel_rules_pkg():
Expand Down

0 comments on commit 1ab66e3

Please sign in to comment.