Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Feb 2, 2016
1 parent 6cddbe5 commit f1fe795
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github "antitypical/Result" "1.0.1"
github "drmohundro/SWXMLHash" "2.0.6"
github "antitypical/Result" "1.0.2"
github "drmohundro/SWXMLHash" "2.1.0"
github "behrang/YamlSwift" "1.3.1"
github "jspahrsummers/xcconfigs" "0.8.1"
github "Carthage/Commandant" "0.8.2"
github "jpsim/SourceKitten" "0.8.0"
github "Carthage/Commandant" "0.8.3"
github "jpsim/SourceKitten" "0.9.0"
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ let package = Package(
])
],
dependencies: [
.Package(url: "https://github.com/norio-nomura/SourceKitten.git", majorVersion: 0, minor: 8),
.Package(url: "https://github.com/norio-nomura/Commandant.git", majorVersion: 0, minor: 8),
.Package(url: "https://github.com/jpsim/SourceKitten.git", majorVersion: 0, minor: 9),
.Package(url: "https://github.com/norio-nomura/YamlSwift.git", majorVersion: 1),
],
exclude: ["Source/SwiftLintFrameworkTests"]
Expand Down

0 comments on commit f1fe795

Please sign in to comment.