Skip to content

Commit

Permalink
[SwiftPM] Bump GULs dependency's range minimum to 7.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Nov 10, 2023
1 parent 51e20fd commit 972d20f
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 @@ -154,7 +154,7 @@ let package = Package(
),
.package(
url: "https://github.com/google/GoogleUtilities.git",
"7.12.0" ..< "8.0.0"
"7.12.1" ..< "8.0.0"
),
.package(
url: "https://github.com/google/gtm-session-fetcher.git",
Expand Down

0 comments on commit 972d20f

Please sign in to comment.