From ccbe713e6bdba94987e78cd05d64c2e49395b6fa Mon Sep 17 00:00:00 2001 From: tongke6 <124763920+tongke6@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:41:19 +0800 Subject: [PATCH] chore: update bazel_dep kuscia & update module version --- MODULE.bazel | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 890bc4d..8c54f30 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -14,6 +14,7 @@ module( name = "dataproxy", + version = "0.3.0b1", compatibility_level = 1, ) @@ -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)