Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Apr 20, 2016
1 parent 52daadc commit a6294c4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "jpsim/SourceKitten" "master"
github "jpsim/SourceKitten"
github "scottrhoyt/SwiftyTextTable"
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "antitypical/Result" "2.0.0"
github "drmohundro/SWXMLHash" "2.2.0"
github "drmohundro/SWXMLHash" "2.3.1"
github "scottrhoyt/SwiftyTextTable" "0.3.0"
github "behrang/YamlSwift" "1.4.3"
github "jspahrsummers/xcconfigs" "0.9"
github "Carthage/Commandant" "0.10.0"
github "jpsim/SourceKitten" "59be29c522366db4fcd59f166e4627010072a448"
github "jpsim/SourceKitten" "0.12.1"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/SWXMLHash
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let package = Package(
]),
],
dependencies: [
.Package(url: "https://github.com/jpsim/SourceKitten.git", majorVersion: 0, minor: 11),
.Package(url: "https://github.com/behrang/YamlSwift.git", majorVersion: 1),
.Package(url: "https://github.com/jpsim/SourceKitten.git", majorVersion: 0, minor: 12),
.Package(url: "https://github.com/behrang/YamlSwift.git", majorVersion: 1, minor: 4),
.Package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", majorVersion: 0, minor: 3),
]
)

0 comments on commit a6294c4

Please sign in to comment.