From 3d135ae8423442572a8f47b07b26c1e6f459d593 Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Fri, 23 Aug 2024 10:51:49 -0400 Subject: [PATCH] Update OCMock dependency to v3.9.4 --- Package.swift | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index de47032..0135c03 100644 --- a/Package.swift +++ b/Package.swift @@ -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: [