Skip to content

Commit 08d625b

Browse files
authored
Update SPM deps to latest for 9.0.0 (#9689)
1 parent 502780e commit 08d625b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ let package = Package(
138138
.package(
139139
name: "Promises",
140140
url: "https://github.com/google/promises.git",
141-
"2.0.0" ..< "3.0.0"
141+
"2.1.0" ..< "3.0.0"
142142
),
143143
.package(
144144
name: "SwiftProtobuf",
145145
url: "https://github.com/apple/swift-protobuf.git",
146-
"1.15.0" ..< "2.0.0"
146+
"1.19.0" ..< "2.0.0"
147147
),
148148
.package(
149149
name: "GoogleAppMeasurement",
@@ -160,12 +160,12 @@ let package = Package(
160160
.package(
161161
name: "GoogleUtilities",
162162
url: "https://github.com/google/GoogleUtilities.git",
163-
"7.6.0" ..< "8.0.0"
163+
"7.7.1" ..< "8.0.0"
164164
),
165165
.package(
166166
name: "GTMSessionFetcher",
167167
url: "https://github.com/google/gtm-session-fetcher.git",
168-
"1.7.0" ..< "2.0.0"
168+
"1.7.1" ..< "2.0.0"
169169
),
170170
.package(
171171
name: "nanopb",

0 commit comments

Comments
 (0)