Skip to content

Commit

Permalink
Update repositories.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
6fj authored Mar 1, 2024
1 parent b574c45 commit f9f5768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ def _libpsi():
http_archive,
name = "psi",
urls = [
"https://github.com/secretflow/psi/archive/refs/tags/v0.2.0.dev240222.tar.gz",
"https://github.com/secretflow/psi/archive/refs/tags/v0.3.0.dev240222.tar.gz",
],
strip_prefix = "psi-0.2.0.dev240222",
sha256 = "6b3aed24ae5dc4dce7acfc140093612f8753b9643a6a19177483f8462eda061f",
strip_prefix = "psi-0.3.0.dev240222",
sha256 = "a7319040510a1581741f05ac4b31e3d887ba8ba4766154736f96d76970d00de5",
)

def _rules_proto_grpc():
Expand Down

0 comments on commit f9f5768

Please sign in to comment.