We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a0537 commit 9609c79Copy full SHA for 9609c79
Package.swift
@@ -35,7 +35,7 @@ let package = Package(
35
],
36
dependencies: [
37
// Dependencies declare other packages that this package depends on.
38
- .package(url: "git@github.com:apple/swift-protobuf.git", exact: "1.28.2"),
+ .package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.28.2"),
39
40
targets: [
41
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments