Skip to content

Commit

Permalink
Update OCMock dependency to v3.9.4 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Aug 23, 2024
1 parent 653f0f2 commit 272b8b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ let package = Package(
url: "https://github.com/google/GoogleUtilities.git",
"8.0.0" ..< "9.0.0"
),
// 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"
),
],
targets: [
Expand Down

0 comments on commit 272b8b1

Please sign in to comment.