Skip to content

Commit

Permalink
changes to run bazel migration scripts
Browse files Browse the repository at this point in the history
part of #1743
  • Loading branch information
dmah42 committed Jan 29, 2024
1 parent 4682db0 commit faef450
Showing 1 changed file with 4 additions and 2 deletions.
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 faef450

Please sign in to comment.