Skip to content

Commit 068acdd

Browse files
GavinPlusPlusgoncalo-frade-iohk
authored andcommitted
Update Package.swift to fix swift-protobuf dependency
1 parent 88a2312 commit 068acdd

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
@@ -55,7 +55,7 @@ let package = Package(
5555
url: "https://github.com/apple/swift-log.git",
5656
from: "1.4.4"
5757
),
58-
.package(url: "git@github.com:apple/swift-protobuf.git", from: "1.7.0"),
58+
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.7.0"),
5959
.package(url: "https://github.com/beatt83/didcomm-swift.git", from: "0.1.8"),
6060
.package(url: "https://github.com/beatt83/jose-swift.git", from: "3.1.0"),
6161
.package(url: "https://github.com/beatt83/peerdid-swift.git", from: "3.0.1"),

0 commit comments

Comments
 (0)