From 8d43222578bc1033aab0fdb4da664cd0f9cd9b69 Mon Sep 17 00:00:00 2001 From: llbartekll Date: Fri, 15 Mar 2024 10:16:07 +0100 Subject: [PATCH] change package upgrade up to next minor --- Package.swift | 6 +++--- .../xcshareddata/swiftpm/Package.resolved | 13 ++----------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/Package.swift b/Package.swift index 45fb661..3e6f068 100644 --- a/Package.swift +++ b/Package.swift @@ -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"), ], diff --git a/Web3Modal.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Web3Modal.xcworkspace/xcshareddata/swiftpm/Package.resolved index 412b5b6..a84cfb4 100644 --- a/Web3Modal.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Web3Modal.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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" } }, {