Skip to content

Commit

Permalink
-replace ssh dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-hengl committed Jan 17, 2024
1 parent 9277f0d commit c663388
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 c663388

Please sign in to comment.