Skip to content

Commit 10a40aa

Browse files
committed
Upgrade Pwomise to 1.1.3
1 parent 8a0419f commit 10a40aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Package.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ let package = Package(
1414
targets: ["BarcelonaFoundation"]),
1515
],
1616
dependencies: [
17-
.package(url: "https://github.com/EricRabil/Pwomise", .upToNextMajor(from: "1.0.3")),
18-
.package(url: "https://github.com/EricRabil/Swexy", .upToNextMajor(from: "1.0.1")),
19-
.package(url: "https://github.com/EricRabil/Swog", .upToNextMajor(from: "1.0.0"))
17+
.package(url: "https://github.com/EricRabil/Pwomise", .upToNextMajor(from: "1.1.3"))
2018
],
2119
targets: [
2220
.target(
2321
name: "BarcelonaFoundation",
24-
dependencies: ["Pwomise", "Swexy", "Swog"])
22+
dependencies: ["Pwomise"])
2523
]
2624
)

0 commit comments

Comments
 (0)