Skip to content

Commit 9609c79

Browse files
committed
Use https instead of SSH for Swift-Protobuf dependency
1 parent f3a0537 commit 9609c79

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
@@ -35,7 +35,7 @@ let package = Package(
3535
],
3636
dependencies: [
3737
// Dependencies declare other packages that this package depends on.
38-
.package(url: "git@github.com:apple/swift-protobuf.git", exact: "1.28.2"),
38+
.package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.28.2"),
3939
],
4040
targets: [
4141
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)