Skip to content

Commit

Permalink
Update / Pin dependencies for Swift 2.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Sep 16, 2016
1 parent a5082fb commit 3c21785
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
url = https://github.com/Carthage/Commandant.git
[submodule "Carthage/Checkouts/SourceKitten"]
path = Carthage/Checkouts/SourceKitten
url = https://github.com/jpsim/SourceKitten.git
url = https://github.com/ikesyo/SourceKitten.git
[submodule "Carthage/Checkouts/SwiftyTextTable"]
path = Carthage/Checkouts/SwiftyTextTable
url = https://github.com/scottrhoyt/SwiftyTextTable.git
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "jpsim/SourceKitten" "master"
github "scottrhoyt/SwiftyTextTable"
github "ikesyo/SourceKitten" "stable-swift2.3-support"
github "scottrhoyt/SwiftyTextTable" ~> 0.3.1
6 changes: 3 additions & 3 deletions Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Carthage/Commandant" "master"
github "jspahrsummers/xcconfigs"
github "behrang/YamlSwift" "master"
github "Carthage/Commandant" ~> 0.10.1
github "jspahrsummers/xcconfigs" "master"
github "behrang/YamlSwift" "eecbc91"
8 changes: 4 additions & 4 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "antitypical/Result" "2.1.3"
github "drmohundro/SWXMLHash" "d9b0dd74a77cedb0909f99acd224f427dad41d6e"
github "drmohundro/SWXMLHash" "2.5.1"
github "scottrhoyt/SwiftyTextTable" "0.3.1"
github "behrang/YamlSwift" "eecbc9108c297f3faf946504b648b0a7368b0f4d"
github "jspahrsummers/xcconfigs" "0.9"
github "Carthage/Commandant" "cd9a16553e744caa1ed9610c19659396287c2090"
github "jpsim/SourceKitten" "5d356fd590395db20efd67a3c3cd839f448a3b64"
github "jspahrsummers/xcconfigs" "e2d4f524ab910fc4211ded76d090cc86df361ebb"
github "Carthage/Commandant" "0.10.1"
github "ikesyo/SourceKitten" "3f09f81a56cea012706e0f0e01665f8451a41863"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Commandant
2 changes: 1 addition & 1 deletion Carthage/Checkouts/SWXMLHash
2 changes: 1 addition & 1 deletion Carthage/Checkouts/xcconfigs

0 comments on commit 3c21785

Please sign in to comment.