Skip to content

Commit

Permalink
Speedup SwiftPM (#6687)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 7, 2020
1 parent 47c5b46 commit ae7b6f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ let package = Package(
),
.package(
name: "abseil",
url: "https://github.com/firebase/abseil-cpp.git",
.revision("8ddf129163673642a339d7980327bcb2c117a28e")
url: "https://github.com/firebase/abseil-cpp-SwiftPM.git",
.revision("05d8107f2971a37e6c77245b7c4c6b0a7e97bc99")
),
.package(
name: "gRPC",
url: "https://github.com/firebase/grpc.git",
.revision("b22bc5256665ff2f1763505631df0ee60378b083")
url: "https://github.com/firebase/grpc-SwiftPM.git",
.revision("5bb2669317ae2183f4cb00c675423af1924f0b46")
),
.package(
name: "OCMock",
Expand Down

0 comments on commit ae7b6f7

Please sign in to comment.