Skip to content

Commit

Permalink
Update SourceKitten on SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofabri committed Apr 25, 2018
1 parent e2b195a commit 8d90dc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/jpsim/SourceKitten.git",
"state": {
"branch": null,
"revision": "b6b10419ee439167ba6f7bd928ad30754ff5eb5d",
"version": "0.20.0"
"revision": "7c09176766d4bbc5da377ad857953fb49510a6aa",
"version": "0.21.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/Carthage/Commandant.git", from: "0.13.0"),
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.20.0"),
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.21.0"),
.package(url: "https://github.com/jpsim/Yams.git", from: "0.7.0"),
.package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.8.0"),
],
Expand Down

0 comments on commit 8d90dc7

Please sign in to comment.