Skip to content

Commit 7eee9bc

Browse files
author
elenipapanik
committed
Update platform versions and Alamofire version in package.swift
1 parent 059d8c9 commit 7eee9bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ import PackageDescription
44
let package = Package(
55
name: "ErrorHandler",
66
platforms: [
7-
.iOS(.v8),
8-
.macOS(.v10_10),
9-
.watchOS(.v2),
10-
.tvOS(.v9)
7+
.iOS(.v10),
8+
.macOS(.v10_12),
9+
.watchOS(.v3),
10+
.tvOS(.v10)
1111
],
1212
products: [
1313
.library(
1414
name: "ErrorHandler",
1515
targets: ["ErrorHandler"]),
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/Alamofire/Alamofire.git", "4.0.0"..<"5.0.0")
18+
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.0.0"))
1919
],
2020
targets: [
2121
.target(name: "ErrorHandler", dependencies: ["Alamofire"], path: "./ErrorHandler"),

0 commit comments

Comments
 (0)