From 30d4f99c93f98d1023e1e48b4a5f5d34937ec900 Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Wed, 10 Jul 2024 15:19:20 -0400 Subject: [PATCH] Depend on `main` branch of GoogleUtilities (#66) --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index d756b54..881f2c3 100644 --- a/Package.swift +++ b/Package.swift @@ -33,7 +33,7 @@ let package = Package( ), .package( url: "https://github.com/google/GoogleUtilities.git", - branch: "release-8.0" + branch: "main" // TODO: Enable after GULs v8 publishes. // "8.0.0" ..< "9.0.0" ),