We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e68987 + e723e3d commit 66950faCopy full SHA for 66950fa
Package.swift
@@ -17,7 +17,7 @@ let package = Package(
17
)
18
],
19
dependencies: [
20
- .package(url: "git@github.com:num42/swift-macrotester.git", from: "1.0.0"),
+ .package(url: "https://github.com/num42/swift-macrotester.git", from: "1.0.0"),
21
// Depend on the Swift 5.9 release of SwiftSyntax
22
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
23
.package(url: "https://github.com/realm/SwiftLint", from: "0.54.0")
0 commit comments