Skip to content

Commit 8d57fba

Browse files
authored
Update swift-protobuf dependency (#4587)
1 parent a8ec3bf commit 8d57fba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ZipBuilder/Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ let package = Package(
2626
.executable(name: "UpdateFirebasePod", targets: ["UpdateFirebasePod"]),
2727
],
2828
dependencies: [
29-
.package(url: "https://github.com/apple/swift-protobuf.git", .exact("1.2.0")),
29+
// Keep the generated protos in sync with the version below.
30+
// See https://github.com/firebase/firebase-ios-sdk/tree/master/ZipBuilder#updating-protobuf-generated-swift-files.
31+
.package(url: "https://github.com/apple/swift-protobuf.git", .exact("1.7.0")),
3032
],
3133
targets: [
3234
.target(

0 commit comments

Comments
 (0)