diff options
Diffstat (limited to 'MODULE.bazel')
| -rw-r--r-- | MODULE.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MODULE.bazel b/MODULE.bazel index 4e9fd6e..a42cd9e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,6 +10,7 @@ git_override( remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git", commit = "abb61a688167623088f8768cc9264798df6a9d10", ) +bazel_dep(name = "catch2", version = "3.12.0") bazel_dep(name = "willow", version = "0.0.1") |