Skip to content

Commit

Permalink
Merge e2ea663 into 3e23e95
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Lisovik authored May 16, 2023
2 parents 3e23e95 + e2ea663 commit c5a51bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ let package = Package(
path: "Sources/Chat"),
.target(
name: "Auth",
dependencies: ["WalletConnectPairing", "WalletConnectSigner"],
dependencies: ["WalletConnectPairing", "WalletConnectSigner", "WalletConnectVerify"],
path: "Sources/Auth"),
.target(
name: "Web3Wallet",
Expand Down

0 comments on commit c5a51bc

Please sign in to comment.