Skip to content

Commit

Permalink
Change googletest to bazel dev_dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
BYVoid committed Jul 29, 2024
1 parent 562ff89 commit 1cf5dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module(
)

bazel_dep(name = "darts-clone", version = "0.32")
bazel_dep(name = "googletest", version = "1.15.0")
bazel_dep(name = "googletest", version = "1.15.0", dev_dependency = True)
bazel_dep(name = "marisa-trie", version = "0.2.6")
bazel_dep(name = "rapidjson", version = "1.1.0")
bazel_dep(name = "rules_cc", version = "0.0.9")
Expand Down

0 comments on commit 1cf5dba

Please sign in to comment.