Skip to content

Commit

Permalink
set versions
Browse files Browse the repository at this point in the history
  • Loading branch information
grencez committed Jun 14, 2024
1 parent 5943d5d commit d77d9dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
--check_direct_dependencies=error
--experimental_enable_bzlmod
--ignore_dev_dependency
-- //... -//test/benchmark/...
-- //...
coverage:
Expand Down
9 changes: 2 additions & 7 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.2.0")
bazel_dep(name = "bazel_skylib", version = "1.0.3")
bazel_dep(name = "fildesh", version = "0.1.9")
bazel_dep(name = "protobuf", version = "3.19.6")
bazel_dep(name = "rules_proto", version = "4.0.0")

git_override(
module_name = "fildesh",
commit = "5b4fbf83f7cab00aae7a5db8b14e51fbc5b997d2",
remote = "https://github.com/grencez/fildesh.git",
)

bazel_dep(
name = "rules_proto",
version = "6.0.0.bcr.1",
dev_dependency = True,
)

0 comments on commit d77d9dc

Please sign in to comment.