Skip to content

Commit f32c56a

Browse files
authored
Update Swift PM dependency declaration to Swift 4
Per documentation at https://github.com/apple/swift-package-manager/blob/master/Documentation/PackageDescriptionV4.md#dependencies I haven't actually used Swift PM, and I'm on iPad so I wasn't able to verify this is correct, but I believe it matches the documentation.
1 parent 941035b commit f32c56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Installation
175175
- Add Concurrent to your `Package.swift` file's dependencies section:
176176

177177
```
178-
.Package(url: "https://github.com/typelift/Concurrent.git", versions: Version(0,4,0)..<Version(1,0,0))
178+
.package(url: "https://github.com/typelift/Concurrent.git", "0.4.0"..<"1.0.0")
179179
```
180180

181181
#### Carthage

0 commit comments

Comments
 (0)