mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
Update Quick to 0.9.3
The Cartfile now specifies a dependency on Quick ~> 0.9.3, the first version of the library to support Swift 2.3 and Xcode 8: https://github.com/Quick/Quick/releases/tag/v0.9.3
This commit is contained in:
parent
ac3fde8763
commit
76b3c9224e
@ -1,5 +1,5 @@
|
||||
github "jspahrsummers/xcconfigs" >= 0.10
|
||||
github "Quick/Quick" "v0.9.1"
|
||||
github "Quick/Quick" ~> 0.9.3
|
||||
github "Quick/Nimble" ~> 4.1.0
|
||||
github "modocache/Guanaco" "5031bf67297afbe61ac0f2fbf3e3e8400b3f8888"
|
||||
github "ZipArchive/ZipArchive" ~> 1.1
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
github "modocache/Guanaco" "5031bf67297afbe61ac0f2fbf3e3e8400b3f8888"
|
||||
github "Quick/Nimble" "v4.1.0"
|
||||
github "Quick/Quick" "v0.9.1"
|
||||
github "Quick/Quick" "v0.9.3"
|
||||
github "antitypical/Result" "2.1.3"
|
||||
github "ZipArchive/ZipArchive" "v1.1"
|
||||
github "jspahrsummers/xcconfigs" "0.10"
|
||||
|
||||
2
Carthage/Checkouts/Quick
vendored
2
Carthage/Checkouts/Quick
vendored
@ -1 +1 @@
|
||||
Subproject commit 2f037560be197f0f5ae992512549bc29fabb3818
|
||||
Subproject commit faa6056c0c7da69fc1fb494cf61fa264aea4d9bc
|
||||
Loading…
Reference in New Issue
Block a user