Skip to content

Commit 5de0369

Browse files
authored
[SwiftPM] Bump GULs dependency's range minimum to 7.12.1 (#12093)
1 parent 51e20fd commit 5de0369

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
@@ -154,7 +154,7 @@ let package = Package(
154154
),
155155
.package(
156156
url: "https://github.com/google/GoogleUtilities.git",
157-
"7.12.0" ..< "8.0.0"
157+
"7.12.1" ..< "8.0.0"
158158
),
159159
.package(
160160
url: "https://github.com/google/gtm-session-fetcher.git",

0 commit comments

Comments
 (0)