mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Update Abseil-cpp SwiftPM dependency.
PiperOrigin-RevId: 876437516
This commit is contained in:
committed by
Copybara-Service
parent
f81ee02981
commit
92f17e2daa
+3
-3
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user