Skip to content

Commit 2eea8dc

Browse files
committed
bump publish dependency
bump publish dependency
1 parent 83eaa9c commit 2eea8dc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Package.swift

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,14 @@ import PackageDescription
1010

1111
let package = Package(
1212
name: "FTPPublishDeploy",
13-
platforms: [
14-
.iOS(.v13),
15-
.tvOS(.v13),
16-
.watchOS(.v6),
17-
.macOS(.v10_15)
18-
],
1913
products: [
2014
.library(
2115
name: "FTPPublishDeploy",
2216
targets: ["FTPPublishDeploy"]),
2317
],
2418
dependencies: [
2519
.package(url: "https://github.com/johnsundell/files.git", from: "4.0.0"),
26-
.package(url: "https://github.com/johnsundell/publish.git", from: "0.8.0"),
20+
.package(url: "https://github.com/johnsundell/publish.git", from: "0.9.0"),
2721
.package(url: "https://github.com/johnsundell/shellout.git", from: "2.3.0"),
2822
],
2923
targets: [

0 commit comments

Comments
 (0)