diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2017-11-27 14:23:09 -0500 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2017-11-27 14:23:09 -0500 |
commit | 5a1ca1ecd5383f9ec6015e08672b5c85d68c8a7c (patch) | |
tree | e1d73a4d8cd4d7743446d7520231784b28a8e77d /Cartfile.private | |
parent | c796cfe2bc866c5b28dbba6211e755f4c03f508d (diff) | |
download | sdl_ios-5a1ca1ecd5383f9ec6015e08672b5c85d68c8a7c.tar.gz |
Update test frameworks
Diffstat (limited to 'Cartfile.private')
-rw-r--r-- | Cartfile.private | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cartfile.private b/Cartfile.private index 0008b2028..2b696abf7 100644 --- a/Cartfile.private +++ b/Cartfile.private @@ -1,6 +1,6 @@ # github "Quick/Quick" ~> 1.1 -github "Quick/Quick" "xcode-9-fix" +github "Quick/Quick" ~> 1.2 github "Quick/Nimble" ~> 7.0 -github "AliSoftware/OHHTTPStubs" "master" +github "AliSoftware/OHHTTPStubs" ~> 6.1 github "erikdoe/ocmock" ~> 3.4 github "facebook/ios-snapshot-test-case" ~> 2.1 |