Skip to content

Commit

Permalink
Merge branch 'main' into json-version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 authored Jan 29, 2024
2 parents a7a5822 + 8e2d258 commit f50fea4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ rules.ninja

# bazel output symlinks.
bazel-*
MODULE.bazel.lock

# out-of-source build top-level folders.
build/
Expand Down
6 changes: 4 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ module(
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.6")
bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "rules_foreign_cc", version = "0.10.1")
bazel_dep(name = "rules_cc", version = "0.0.6")
bazel_dep(name = "rules_cc", version = "0.0.9")

bazel_dep(name = "rules_python", version = "0.27.1", dev_dependency = True)
bazel_dep(name = "googletest", version = "1.12.1", dev_dependency = True, repo_name = "com_google_googletest")
Expand All @@ -28,3 +28,5 @@ pip.parse(
requirements_lock = "//tools:requirements.txt",
)
use_repo(pip, "tools_pip_deps")

# -- bazel_dep definitions -- #

0 comments on commit f50fea4

Please sign in to comment.