Skip to content

Commit

Permalink
Updated Sourcekiten
Browse files Browse the repository at this point in the history
  • Loading branch information
trupin committed Jun 4, 2018
1 parent 3d51140 commit 3957316
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@
"version": "3.2.4"
}
},
{
"package": "SWXMLHash",
"repositoryURL": "https://github.com/drmohundro/SWXMLHash.git",
"state": {
"branch": null,
"revision": "17d992beb3aaeda403fd35f8d5e70ab1a8124f35",
"version": "4.6.0"
}
},
{
"package": "SourceKit",
"repositoryURL": "https://github.com/norio-nomura/SourceKit.git",
Expand All @@ -87,8 +78,8 @@
"repositoryURL": "https://github.com/jpsim/SourceKitten.git",
"state": {
"branch": null,
"revision": "b6b10419ee439167ba6f7bd928ad30754ff5eb5d",
"version": "0.20.0"
"revision": "7c09176766d4bbc5da377ad857953fb49510a6aa",
"version": "0.21.0"
}
},
{
Expand All @@ -109,6 +100,15 @@
"version": "0.11.0"
}
},
{
"package": "SWXMLHash",
"repositoryURL": "https://github.com/drmohundro/SWXMLHash.git",
"state": {
"branch": null,
"revision": "17d992beb3aaeda403fd35f8d5e70ab1a8124f35",
"version": "4.6.0"
}
},
{
"package": "Yams",
"repositoryURL": "https://github.com/jpsim/Yams.git",
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ let package = Package(
.library(name: "WeaverDI", targets: ["WeaverDI"])
],
dependencies: [
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.19.1"),
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.21.0"),
.package(url: "https://github.com/kylef/Commander.git", from: "0.6.0"),
.package(url: "https://github.com/kylef/Stencil.git", from: "0.10.1")
.package(url: "https://github.com/kylef/Stencil.git", from: "0.11.0")
],
targets: [
.target(name: "WeaverDI"),
Expand Down

0 comments on commit 3957316

Please sign in to comment.