Skip to content

Commit

Permalink
fix: use version for common-jvm dep (#1687)
Browse files Browse the repository at this point in the history
This was missed in #1674
  • Loading branch information
SanjayVas authored Jul 15, 2024
1 parent 6c277b2 commit cb906f1
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 80 deletions.
11 changes: 1 addition & 10 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ bazel_dep(
)
bazel_dep(
name = "common-jvm",
version = "0.86.0",
repo_name = "wfa_common_jvm",
)
bazel_dep(
Expand Down Expand Up @@ -311,13 +312,3 @@ single_version_override(
module_name = "boringssl",
version = BORINGSSL_VERSION,
)

# DO_NOT_SUBMIT(world-federation-of-advertisers/common-jvm#258): Use version
archive_override(
module_name = "common-jvm",
integrity = "sha256-H/f0GJL7rLVL2Tpx4a17AXyqvhVqEx8XP/OJ/Dm44hg=",
strip_prefix = "common-jvm-6bba2c4ada6b8ea3de3afc6b270347d185dbede5",
urls = [
"https://github.com/world-federation-of-advertisers/common-jvm/archive/6bba2c4ada6b8ea3de3afc6b270347d185dbede5.tar.gz",
],
)
Loading

0 comments on commit cb906f1

Please sign in to comment.