Skip to content

Commit 232f110

Browse files
committed
Update OCMock package in Package.swift
Point to the original source repo instead of the fork, and update to latest
1 parent 8dd1d46 commit 232f110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ let package = Package(
5959
from: "3.3.0"),
6060
.package(
6161
name: "OCMock",
62-
url: "https://github.com/firebase/ocmock.git",
63-
.revision("7291762d3551c5c7e31c49cce40a0e391a52e889")),
62+
url: "https://github.com/erikdoe/ocmock.git",
63+
from: "3.9.4"),
6464
.package(
6565
name: "GoogleUtilities",
6666
url: "https://github.com/google/GoogleUtilities.git",

0 commit comments

Comments
 (0)