Skip to content

Commit

Permalink
Merge pull request #60 from WalletConnect/package-upgrade-fix
Browse files Browse the repository at this point in the history
change package upgrade up to next minor
  • Loading branch information
llbartekll authored Mar 15, 2024
2 parents df0ad38 + 8d43222 commit 030dad9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/WalletConnect/WalletConnectSwiftV2",
from: "1.13.0"
.upToNextMinor(from: "1.13.0")
),
.package(
url: "https://github.com/WalletConnect/QRCode",
from: "14.3.1"
.upToNextMinor(from: "14.3.1")
),
.package(
url: "https://github.com/pointfreeco/swift-snapshot-testing",
from: "1.10.0"
.upToNextMinor(from: "1.10.0")
),
.package(name: "CoinbaseWalletSDK", url: "https://github.com/WalletConnect/wallet-mobile-sdk", from: "1.0.0"),
],
Expand Down
13 changes: 2 additions & 11 deletions Web3Modal.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"state" : {
"revision" : "e7b77228b34057041374ebef00c0fd7739d71a2b",
"version" : "1.15.3"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "64889f0c732f210a935a0ad7cda38f77f876262d",
"version" : "509.1.1"
"revision" : "f29e2014f6230cf7d5138fc899da51c7f513d467",
"version" : "1.10.0"
}
},
{
Expand Down

0 comments on commit 030dad9

Please sign in to comment.