Skip to content

Commit 63df33b

Browse files
authored
Merge pull request #234 from zahlz/swift5_5
Update dependencies to support Swift 5.5 / Xcode 13
2 parents d43b9b7 + 2bf1b80 commit 63df33b

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

Package.resolved

Lines changed: 23 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ let package = Package(
1414
.package(name: "Microya", url: "https://github.com/Flinesoft/Microya.git", .branch("main")),
1515
.package(name: "MungoHealer", url: "https://github.com/JamitLabs/MungoHealer.git", from: "0.3.2"),
1616
.package(name: "Rainbow", url: "https://github.com/onevcat/Rainbow.git", from: "3.1.5"),
17-
.package(name: "SwiftCLI", url: "https://github.com/jakeheis/SwiftCLI.git", from: "6.0.1"),
17+
.package(name: "SwiftCLI", url: "https://github.com/jakeheis/SwiftCLI.git", from: "6.0.3"),
1818
.package(name: "Toml", url: "https://github.com/jdfergason/swift-toml.git", .branch("master")),
19-
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", from: "0.50400.0")
19+
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", from: "0.50500.0")
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)