Skip to content

Commit

Permalink
Update OCMock dependency to v3.9.4 (#13536)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Aug 23, 2024
1 parent 1af4d02 commit d010f4a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,10 @@ let package = Package(
),
abseilDependency(),
grpcDependency(),
// TODO: restore OCMock when https://github.com/erikdoe/ocmock/pull/537
// gets merged to fix Xcode 15.3 builds.
.package(
url: "https://github.com/paulb777/ocmock.git",
revision: "173955e93e6ee6999a10729ab67e4b4efdd1db6d"
url: "https://github.com/erikdoe/ocmock.git",
revision: "2c0bfd373289f4a7716db5d6db471640f91a6507"
),
// url: "https://github.com/erikdoe/ocmock.git",
// revision: "c5eeaa6dde7c308a5ce48ae4d4530462dd3a1110"
// ),
.package(
url: "https://github.com/firebase/leveldb.git",
"1.22.2" ..< "1.23.0"
Expand Down

0 comments on commit d010f4a

Please sign in to comment.