Skip to content

Commit

Permalink
Merge pull request #61 from shuguenot/fix-60
Browse files Browse the repository at this point in the history
Fix Xcode 13 build failure
  • Loading branch information
onevcat committed Oct 3, 2021
2 parents 9214348 + 4784690 commit a5160e9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/kylef/PathKit.git",
"state": {
"branch": null,
"revision": "e2f5be30e4c8f531c9c1e8765aa7b71c0a45d7a0",
"version": "0.9.2"
"revision": "3bfd2737b700b9a36565a8c94f4ad2b050a5e574",
"version": "1.0.1"
}
},
{
Expand All @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/kylef/Spectre.git",
"state": {
"branch": null,
"revision": "f14ff47f45642aa5703900980b014c2e9394b6e5",
"version": "0.9.0"
"revision": "26cc5e9ae0947092c7139ef7ba612e34646086c7",
"version": "0.10.1"
}
}
]
Expand Down
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/onevcat/Rainbow.git", from: "3.1.1"),
.package(url: "https://github.com/benoit-pereira-da-silva/CommandLine.git", from: "4.0.0"),
.package(url: "https://github.com/kylef/Spectre.git", from: "0.9.0"),
.package(url: "https://github.com/kylef/PathKit.git", from: "0.9.0")
.package(url: "https://github.com/kylef/Spectre.git", from: "0.10.1"),
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1")
],
targets: [
.target(name: "FengNiaoKit", dependencies: ["Rainbow", "PathKit"]),
Expand Down
4 changes: 2 additions & 2 deletions Package@swift-4.2.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/onevcat/Rainbow.git", from: "3.1.1"),
.package(url: "https://github.com/benoit-pereira-da-silva/CommandLine.git", from: "4.0.0"),
.package(url: "https://github.com/kylef/Spectre.git", from: "0.9.0"),
.package(url: "https://github.com/kylef/PathKit.git", from: "0.9.0")
.package(url: "https://github.com/kylef/Spectre.git", from: "0.10.1"),
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1")
],
targets: [
.target(name: "FengNiaoKit", dependencies: ["Rainbow", "PathKit"]),
Expand Down
4 changes: 2 additions & 2 deletions Package@swift-5.0.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/onevcat/Rainbow.git", from: "3.1.1"),
.package(url: "https://github.com/benoit-pereira-da-silva/CommandLine.git", from: "4.0.0"),
.package(url: "https://github.com/kylef/Spectre.git", from: "0.9.0"),
.package(url: "https://github.com/kylef/PathKit.git", from: "0.9.0")
.package(url: "https://github.com/kylef/Spectre.git", from: "0.10.1"),
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1")
],
targets: [
.target(name: "FengNiaoKit", dependencies: ["Rainbow", "PathKit"]),
Expand Down

0 comments on commit a5160e9

Please sign in to comment.