Skip to content

Commit

Permalink
fix package build
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Jan 10, 2025
1 parent 601dc00 commit b6bbaa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/reown-com/yttrium",
"state": {
"branch": null,
"revision": "79fdd0d3be2d00e371b8f23998a4aa7b1c14e847",
"version": "0.4.7"
"revision": "eb6e3f8351fc3972df37c9b72c04cd606e01bac9",
"version": "0.5.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ let package = Package(
dependencies: ["WalletConnectPairing", "TestingUtils"]),
.testTarget(
name: "NotifyTests",
dependencies: ["WalletConnectNotify", "TestingUtils"]),
dependencies: ["WalletConnectNotify", "TestingUtils", "YttriumWrapper"]),
.testTarget(
name: "RelayerTests",
dependencies: ["WalletConnectRelay", "WalletConnectUtils", "TestingUtils"]),
Expand Down

0 comments on commit b6bbaa1

Please sign in to comment.