We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0419f commit 10a40aaCopy full SHA for 10a40aa
Package.swift
@@ -14,13 +14,11 @@ let package = Package(
14
targets: ["BarcelonaFoundation"]),
15
],
16
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"))
+ .package(url: "https://github.com/EricRabil/Pwomise", .upToNextMajor(from: "1.1.3"))
20
21
targets: [
22
.target(
23
name: "BarcelonaFoundation",
24
- dependencies: ["Pwomise", "Swexy", "Swog"])
+ dependencies: ["Pwomise"])
25
]
26
)
0 commit comments