Skip to content

Commit

Permalink
Update Package.swift to fix swift-protobuf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinPlusPlus authored and goncalo-frade-iohk committed Jun 18, 2024
1 parent 88a2312 commit 068acdd
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 @@ -55,7 +55,7 @@ let package = Package(
url: "https://github.com/apple/swift-log.git",
from: "1.4.4"
),
.package(url: "git@github.com:apple/swift-protobuf.git", from: "1.7.0"),
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.7.0"),
.package(url: "https://github.com/beatt83/didcomm-swift.git", from: "0.1.8"),
.package(url: "https://github.com/beatt83/jose-swift.git", from: "3.1.0"),
.package(url: "https://github.com/beatt83/peerdid-swift.git", from: "3.0.1"),
Expand Down

0 comments on commit 068acdd

Please sign in to comment.