File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -63,32 +63,24 @@ bazel_dep(
6363)
6464bazel_dep (
6565 name = "cel-spec" ,
66- version = "0.21.2 " ,
66+ version = "0.23.0 " ,
6767 repo_name = "com_google_cel_spec" ,
6868)
6969
70+ ANTLR4_VERSION = "4.13.2"
71+
72+ bazel_dep (
73+ name = "antlr4-cpp-runtime" ,
74+ version = ANTLR4_VERSION ,
75+ )
76+
7077python = use_extension ("@rules_python//python/extensions:python.bzl" , "python" )
7178python .toolchain (
7279 configure_coverage_tool = False ,
7380 ignore_root_user_error = True ,
7481 python_version = "3.11" ,
7582)
7683
77- CEL_SPEC_GIT_SHA = "ed0181bc27b110fa23193d98576afe774b448845" # Mar 26, 2025
78-
79- archive_override (
80- module_name = "cel-spec" ,
81- strip_prefix = "cel-spec-" + CEL_SPEC_GIT_SHA ,
82- urls = ["https://github.com/google/cel-spec/archive/" + CEL_SPEC_GIT_SHA + ".zip" ],
83- )
84-
85- ANTLR4_VERSION = "4.13.2"
86-
87- bazel_dep (
88- name = "antlr4-cpp-runtime" ,
89- version = "4.13.2" ,
90- )
91-
9284http_jar = use_repo_rule ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_jar" )
9385
9486http_jar (
You can’t perform that action at this time.
0 commit comments