Skip to content

Commit 97c7171

Browse files
authored
nanopb version bump for 7.10.0 (#7813)
1 parent e81547f commit 97c7171

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ let package = Package(
111111
.package(
112112
name: "GoogleAppMeasurement",
113113
url: "https://github.com/google/GoogleAppMeasurement.git",
114-
.exact("7.9.0")
114+
.exact("7.10.0")
115115
),
116116
.package(
117117
name: "GoogleDataTransport",
118118
url: "https://github.com/google/GoogleDataTransport.git",
119-
"8.2.0" ..< "9.0.0"
119+
"8.4.0" ..< "9.0.0"
120120
),
121121
.package(
122122
name: "GoogleUtilities",
@@ -132,7 +132,7 @@ let package = Package(
132132
name: "nanopb",
133133
url: "https://github.com/firebase/nanopb.git",
134134
// This revision adds SPM enablement to the 0.3.9.6 release tag.
135-
"2.30907.0" ..< "2.30908.0"
135+
"2.30908.0" ..< "2.30909.0"
136136
),
137137
.package(
138138
name: "abseil",

0 commit comments

Comments
 (0)