Update Abseil-cpp SwiftPM dependency.

PiperOrigin-RevId: 876437516
This commit is contained in:
Nick Bourdakos
2026-02-27 15:21:16 -08:00
committed by Copybara-Service
parent f81ee02981
commit 92f17e2daa
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -3,10 +3,10 @@
{
"identity" : "abseil-cpp-swiftpm",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/abseil-cpp-SwiftPM.git",
"location" : "https://github.com/bourdakos1/abseil-cpp-SwiftPM.git",
"state" : {
"branch" : "main",
"revision" : "1c50c2cd0bffe5a03cde6fe17129334dcf05071b"
"branch" : "jan-lts",
"revision" : "ecabd65f38702137240fd2599f710b0f5cd89cf1"
}
},
{
+2 -2
View File
@@ -40,8 +40,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(
url: "https://github.com/firebase/abseil-cpp-SwiftPM.git",
branch: "main"
url: "https://github.com/bourdakos1/abseil-cpp-SwiftPM.git",
branch: "jan-lts"
),
.package(
url: "https://github.com/firebase/boringssl-SwiftPM.git",