Skip to content

Commit

Permalink
update dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Jun 20, 2024
1 parent 9756dd2 commit 591f0f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/WalletConnect/WalletConnectSwiftV2",
.upToNextMinor(from: "1.19.2")
.upToNextMinor(from: "1.19.3")
),
.package(
url: "https://github.com/WalletConnect/QRCode",
Expand Down
4 changes: 2 additions & 2 deletions Web3Modal.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/WalletConnect/WalletConnectSwiftV2",
"state" : {
"revision" : "4f8b44023cf9fc7ec75615658b979ec87f8845a5",
"version" : "1.19.2"
"revision" : "8ab4897841a5d04b832f2010a542a246be37998d",
"version" : "1.19.3"
}
},
{
Expand Down

0 comments on commit 591f0f2

Please sign in to comment.