Skip to content

Commit

Permalink
Update Nimble to 4.1.0
Browse files Browse the repository at this point in the history
The Cartfile now specifies a dependency on Nimble ~> 4.1.0, the first version of the library to support Swift 2.3 and Xcode 8:
https://github.com/Quick/Nimble/releases/tag/v4.1.0
  • Loading branch information
mattrubin committed Dec 6, 2016
1 parent e1c8a53 commit ac3fde8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "jspahrsummers/xcconfigs" >= 0.10
github "Quick/Quick" "v0.9.1"
github "Quick/Nimble" ~> 3.0.0
github "Quick/Nimble" ~> 4.1.0
github "modocache/Guanaco" "5031bf67297afbe61ac0f2fbf3e3e8400b3f8888"
github "ZipArchive/ZipArchive" ~> 1.1
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "modocache/Guanaco" "5031bf67297afbe61ac0f2fbf3e3e8400b3f8888"
github "Quick/Nimble" "v3.0.0"
github "Quick/Nimble" "v4.1.0"
github "Quick/Quick" "v0.9.1"
github "antitypical/Result" "2.1.3"
github "ZipArchive/ZipArchive" "v1.1"
Expand Down
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Nimble
Submodule Nimble updated 144 files

0 comments on commit ac3fde8

Please sign in to comment.