Skip to content

Commit

Permalink
Update SPM deps
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Oct 3, 2021
1 parent 14789b6 commit 6898354
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Package.resolved
Expand Up @@ -6,35 +6,35 @@
"repositoryURL": "https://github.com/kylef/Commander.git",
"state": {
"branch": null,
"revision": "4b6133c3071d521489a80c38fb92d7983f19d438",
"version": "0.9.1"
"revision": "4a1f2fb82fb6cef613c4a25d2e38f702e4d812c2",
"version": "0.9.2"
}
},
{
"package": "Kanna",
"repositoryURL": "https://github.com/tid-kijyun/Kanna.git",
"state": {
"branch": null,
"revision": "c657fb9f5827ef138068215c76ad0bb62bbc92da",
"version": "5.2.4"
"revision": "f9e4922223dd0d3dfbf02ca70812cf5531fc0593",
"version": "5.2.7"
}
},
{
"package": "Komondor",
"repositoryURL": "https://github.com/shibapm/Komondor.git",
"state": {
"branch": null,
"revision": "855c74f395a4dc9e02828f58d931be6920bcbf6f",
"version": "1.0.6"
"revision": "7c3c6040c01c99b83afc7eaa8f2a8a69337f659a",
"version": "1.1.1"
}
},
{
"package": "PackageConfig",
"repositoryURL": "https://github.com/shibapm/PackageConfig.git",
"state": {
"branch": null,
"revision": "bf90dc69fa0792894b08a0b74cf34029694ae486",
"version": "0.13.0"
"revision": "8a390979f64d0447ecd78abba4786db0d96ff568",
"version": "1.0.1"
}
},
{
Expand All @@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/kylef/Spectre.git",
"state": {
"branch": null,
"revision": "f79d4ecbf8bc4e1579fbd86c3e1d652fb6876c53",
"version": "0.9.2"
"revision": "26cc5e9ae0947092c7139ef7ba612e34646086c7",
"version": "0.10.1"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -15,9 +15,9 @@ let package = Package(
.package(url: "https://github.com/kylef/Commander.git", from: "0.9.1"),
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1"),
.package(url: "https://github.com/kylef/Stencil.git", from: "0.14.1"),
.package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.6"),
.package(url: "https://github.com/shibapm/Komondor.git", from: "1.1.1"),
.package(url: "https://github.com/SwiftGen/StencilSwiftKit.git", from: "2.8.0"),
.package(url: "https://github.com/tid-kijyun/Kanna.git", from: "5.2.4")
.package(url: "https://github.com/tid-kijyun/Kanna.git", from: "5.2.7")
],
targets: [
.target(name: "SwiftGen", dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion SwiftGenKit.podspec
Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/SwiftGenKit/**/*.swift'

s.dependency 'Kanna', '~> 5.2'
s.dependency 'PathKit', '~> 0.9'
s.dependency 'PathKit', '~> 1.0'
s.dependency 'Yams', '~> 4.0'
s.framework = 'Foundation'
end

0 comments on commit 6898354

Please sign in to comment.