diff --git a/example/depend-use-workspace/README.md b/example/depend-use-workspace/README.md index fc6dc05c..1f179c0b 100644 --- a/example/depend-use-workspace/README.md +++ b/example/depend-use-workspace/README.md @@ -7,9 +7,9 @@ # in WORKSPACE http_archive( name = 'com_baidu_babylon', - urls = ['https://github.com/baidu/babylon/archive/refs/tags/v1.2.2.tar.gz'], - strip_prefix = 'babylon-1.2.2', - sha256 = '241d0d3e8bf89c9b47765c794aa5153f73b32a7f419c48d8aeeeb4461cf8aec7', + urls = ['https://github.com/baidu/babylon/archive/refs/tags/v1.3.0.tar.gz'], + strip_prefix = 'babylon-1.3.0', + sha256 = '4a8582db91e1931942555400096371586d0cf06ecaac0841aca652ef6d77aef0', ) ``` diff --git a/example/depend-use-workspace/WORKSPACE b/example/depend-use-workspace/WORKSPACE index 5d668e38..df49b4a3 100644 --- a/example/depend-use-workspace/WORKSPACE +++ b/example/depend-use-workspace/WORKSPACE @@ -6,9 +6,9 @@ load('@bazel_tools//tools/build_defs/repo:http.bzl', 'http_archive') # babylon http_archive( name = 'com_baidu_babylon', - urls = ['https://github.com/baidu/babylon/archive/refs/tags/v1.2.2.tar.gz'], - strip_prefix = 'babylon-1.2.2', - sha256 = '241d0d3e8bf89c9b47765c794aa5153f73b32a7f419c48d8aeeeb4461cf8aec7', + urls = ['https://github.com/baidu/babylon/archive/refs/tags/v1.3.0.tar.gz'], + strip_prefix = 'babylon-1.3.0', + sha256 = '4a8582db91e1931942555400096371586d0cf06ecaac0841aca652ef6d77aef0', ) ################################################################################