Skip to content

Commit 500c8a7

Browse files
committed
chore(bazel): add MODULE.bazel files for bzlmod
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent ff41eb3 commit 500c8a7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
6.5.0

MODULE.bazel

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module(
2+
name = "grpc-httpjson-transcoding",
3+
version="",
4+
)
5+
6+
# -- bazel_dep definitions -- #

WORKSPACE.bzlmod

Whitespace-only changes.

0 commit comments

Comments
 (0)