Skip to content

Commit

Permalink
chore: add jsoncpp, it is used in the //conformance package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Mar 26, 2024
1 parent 18641ca commit d66845c
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 @@ -12,6 +12,7 @@ module(
# Thus the highest version in their module graph is resolved.
bazel_dep(name = "abseil-cpp", repo_name = "com_google_absl", version = "20230802.0.bcr.1")
bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "jsoncpp", version = "1.9.5")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_java", version = "4.0.0")
bazel_dep(name = "rules_jvm_external", version = "5.1")
Expand Down

0 comments on commit d66845c

Please sign in to comment.