diff --git a/Package.resolved b/Package.resolved index 0d2d98f..e012145 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mattgallagher/CwlCatchException.git", "state" : { - "revision" : "682841464136f8c66e04afe5dbd01ab51a3a56f2", - "version" : "2.1.0" + "revision" : "35f9e770f54ce62dd8526470f14c6e137cef3eea", + "version" : "2.1.1" } }, { @@ -30,19 +30,19 @@ { "identity" : "nimble", "kind" : "remoteSourceControl", - "location" : "https://github.com/Quick/Nimble.git", + "location" : "https://github.com/danielsaidi/Nimble.git", "state" : { - "revision" : "1f3bde57bde12f5e7b07909848c071e9b73d6edc", - "version" : "10.0.0" + "branch" : "main", + "revision" : "f76b83c051fb3e6c120a33ebac200efba883065a" } }, { "identity" : "quick", "kind" : "remoteSourceControl", - "location" : "https://github.com/Quick/Quick.git", + "location" : "https://github.com/danielsaidi/Quick.git", "state" : { - "revision" : "f9d519828bb03dfc8125467d8f7b93131951124c", - "version" : "5.0.1" + "branch" : "main", + "revision" : "1efe9551db0ad6a6e979f33366969750123d14d9" } } ], diff --git a/Package.swift b/Package.swift index 85290c6..4c81efb 100644 --- a/Package.swift +++ b/Package.swift @@ -17,8 +17,8 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "5.0.0")), - .package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "10.0.0")), + .package(url: "https://github.com/danielsaidi/Quick.git", branch: "main"), // .upToNextMajor(from: "4.0.0")), + .package(url: "https://github.com/danielsaidi/Nimble.git", branch: "main"), // .upToNextMajor(from: "9.0.0")), .package(url: "https://github.com/danielsaidi/MockingKit.git", .upToNextMajor(from: "1.1.0")) ], targets: [