File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed
Filter options
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(
63
63
)
64
64
bazel_dep (
65
65
name = "cel-spec" ,
66
- version = "0.21.2 " ,
66
+ version = "0.23.0 " ,
67
67
repo_name = "com_google_cel_spec" ,
68
68
)
69
69
70
+ ANTLR4_VERSION = "4.13.2"
71
+
72
+ bazel_dep (
73
+ name = "antlr4-cpp-runtime" ,
74
+ version = ANTLR4_VERSION ,
75
+ )
76
+
70
77
python = use_extension ("@rules_python//python/extensions:python.bzl" , "python" )
71
78
python .toolchain (
72
79
configure_coverage_tool = False ,
73
80
ignore_root_user_error = True ,
74
81
python_version = "3.11" ,
75
82
)
76
83
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
-
92
84
http_jar = use_repo_rule ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_jar" )
93
85
94
86
http_jar (
You can’t perform that action at this time.
0 commit comments