Skip to content

Commit

Permalink
Merge pull request #2 from num42/ios/feature/remove-ssh-dependency
Browse files Browse the repository at this point in the history
-replace ssh dependency
  • Loading branch information
Lutzifer authored Jan 17, 2024
2 parents 9277f0d + c663388 commit e170b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
)
],
dependencies: [
.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"),
// Depend on the Swift 5.9 release of SwiftSyntax
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
.package(url: "https://github.com/realm/SwiftLint", from: "0.54.0")
Expand Down

0 comments on commit e170b28

Please sign in to comment.