Skip to content

Commit

Permalink
fix: add missing platforms dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 15, 2023
1 parent 8645626 commit a999751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module(
)

bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "googletest", version = "1.14.0")

0 comments on commit a999751

Please sign in to comment.