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 c8e998c commit 3223855Copy full SHA for 3223855
README.md
@@ -327,7 +327,7 @@ https://github.com/tgrapperon/swift-dependencies-additions
327
If you want to use DependenciesAdditions in a SwiftPM project, it's as simple as adding it to your Package.swift:
328
```swift
329
dependencies: [
330
- .package(url: "https://github.com/tgrapperon/swift-dependencies-additions", from: "0.1.0")
+ .package(url: "https://github.com/tgrapperon/swift-dependencies-additions", from: "1.0.0")
331
]
332
```
333
0 commit comments