Skip to content

Commit

Permalink
[bazel] Add missing platform dependency
Browse files Browse the repository at this point in the history
This is required with Bazel 8 that drops the support for WORKSPACE file.
  • Loading branch information
gchatelet committed Dec 10, 2024
1 parent 0bc979d commit 9ff20bc
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 @@ -15,3 +15,4 @@ module(

bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "googletest", version = "1.15.2")
bazel_dep(name = "platforms", version = "0.0.10")

0 comments on commit 9ff20bc

Please sign in to comment.