From b40be7ab00d471a56e3c9e14bcbebcf4902908f3 Mon Sep 17 00:00:00 2001 From: Mario Galijot Date: Wed, 14 Sep 2022 19:36:00 +0200 Subject: [PATCH] Sync SPM dependency versions with Cocoapods --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 23ae21b..03891ed 100644 --- a/Package.swift +++ b/Package.swift @@ -13,8 +13,8 @@ let package = Package( .library(name: "Segment_Amplitude", targets: ["Segment_Amplitude"]), ], dependencies: [ - .package(name: "Amplitude", url: "https://github.com/amplitude/Amplitude-iOS", .upToNextMinor(from: "8.3.1")), - .package(name: "Segment", url: "https://github.com/segmentio/analytics-ios", .upToNextMinor(from: "4.1.4")) + .package(name: "Amplitude", url: "https://github.com/amplitude/Amplitude-iOS", .upToNextMajor(from: "8.3.1")), + .package(name: "Segment", url: "https://github.com/segmentio/analytics-ios", .upToNextMajor(from: "4.1.4")) ], targets: [ .target(