Skip to content

Commit 030da75

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

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

MODULE.bazel

Lines 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)