Skip to content

Commit ea5b998

Browse files
authored
Merge pull request #2 from num42/ios/feature/remove-ssh-dependency
- removed ssh dependency
2 parents aa7ab2e + cd34afd commit ea5b998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
)
1818
],
1919
dependencies: [
20-
.package(url: "git@github.com:num42/swift-macrotester.git",from: "1.0.0"),
20+
.package(url: "https://github.com/num42/swift-macrotester.git",from: "1.0.0"),
2121
// Depend on the Swift 5.9 release of SwiftSyntax
2222
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
2323
.package(url: "https://github.com/groue/GRDB.swift.git", from: "6.18.0"),

0 commit comments

Comments
 (0)