Skip to content

Commit 020f9ff

Browse files
committed
add dev.cel:common
1 parent e07d612 commit 020f9ff

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
2323
"com.google.truth:truth:1.4.5",
2424
"dev.cel:runtime:0.12.0",
2525
"dev.cel:protobuf:0.12.0",
26+
"dev.cel:common:0.12.0",
2627
"com.squareup.okhttp:okhttp:2.7.5",
2728
"com.squareup.okio:okio:2.10.0", # 3.0+ needs swapping to -jvm; need work to avoid flag-day
2829
"io.netty:netty-buffer:4.1.130.Final",

repositories.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
2727
"com.google.truth:truth:1.4.5",
2828
"dev.cel:runtime:0.12.0",
2929
"dev.cel:protobuf:0.12.0",
30+
"dev.cel:common:0.12.0",
3031
"com.squareup.okhttp:okhttp:2.7.5",
3132
"com.squareup.okio:okio:2.10.0", # 3.0+ needs swapping to -jvm; need work to avoid flag-day
3233
"io.netty:netty-buffer:4.1.130.Final",

0 commit comments

Comments
 (0)