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 0175a54 commit 77f1098Copy full SHA for 77f1098
README.md
@@ -29,7 +29,7 @@ Add `swift-collection-parser` as a dependency to your package:
29
let package = Package(
30
// ...
31
dependencies: [
32
- .package(url: "https://github.com/Formkunft/swift-collection-parser", .upToNextMajor(from: "2.0.0")),
+ .package(url: "https://github.com/Formkunft/swift-collection-parser.git", .upToNextMajor(from: "2.0.0")),
33
],
34
targets: [
35
.target(
0 commit comments