From 6da8aa54311acac3e45ac5a45adce1f9fd1df5de Mon Sep 17 00:00:00 2001 From: Tom Brow Date: Wed, 20 Oct 2021 11:14:49 -0500 Subject: [PATCH] Update Package.swift --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 7be4ecc..b3a403d 100644 --- a/Package.swift +++ b/Package.swift @@ -15,8 +15,8 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "https://github.com/Alamofire/Alamofire.git", from: "4.8.2"), - .package(url: "https://github.com/tristanhimmelman/ObjectMapper.git", from: "3.5.3"), + .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "4.1.0")), + .package(url: "https://github.com/tristanhimmelman/ObjectMapper.git", .upToNextMajor(from: "3.3.0")), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.