Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 030da75

Browse filesBrowse files
TristonianJonescopybara-github
authored andcommitted
Update to cel-spec 0.23.0
PiperOrigin-RevId: 743693479
1 parent 01826f5 commit 030da75
Copy full SHA for 030da75

File tree

Expand file treeCollapse file tree

1 file changed

+8
-16
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-16
lines changed

‎MODULE.bazel

Copy file name to clipboardExpand all lines: MODULE.bazel
+8-16Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,32 +63,24 @@ bazel_dep(
6363
)
6464
bazel_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+
7077
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
7178
python.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-
9284
http_jar = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_jar")
9385

9486
http_jar(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.