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 28b363c commit ecd8748Copy full SHA for ecd8748
README.md
@@ -13,7 +13,7 @@ Add `swift-scoped-file-path` as a dependency to your package:
13
let package = Package(
14
// ...
15
dependencies: [
16
- .package(url: "https://github.com/Formkunft/swift-scoped-file-path", .upToNextMajor(from: "0.2.0")),
+ .package(url: "https://github.com/Formkunft/swift-scoped-file-path.git", .upToNextMajor(from: "0.2.0")),
17
],
18
targets: [
19
.target(
0 commit comments