Skip to content

Commit 272b8b1

Browse files
authored
Update OCMock dependency to v3.9.4 (#74)
1 parent 653f0f2 commit 272b8b1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Package.swift

+2-4
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ let package = Package(
3535
url: "https://github.com/google/GoogleUtilities.git",
3636
"8.0.0" ..< "9.0.0"
3737
),
38-
// TODO: restore OCMock when https://github.com/erikdoe/ocmock/pull/537
39-
// gets merged to fix Xcode 15.3 builds.
4038
.package(
41-
url: "https://github.com/paulb777/ocmock.git",
42-
revision: "173955e93e6ee6999a10729ab67e4b4efdd1db6d"
39+
url: "https://github.com/erikdoe/ocmock.git",
40+
revision: "2c0bfd373289f4a7716db5d6db471640f91a6507"
4341
),
4442
],
4543
targets: [

0 commit comments

Comments
 (0)