Skip to content

Commit 92339d6

Browse files
authored
Update package versions (#98)
1 parent 22ba150 commit 92339d6

File tree

2 files changed

+55
-28
lines changed

2 files changed

+55
-28
lines changed

Package.resolved

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

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ let package = Package(
1111
),
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.1.2"),
15-
.package(url: "https://github.com/swift-server/async-http-client", from: "1.9.0"),
16-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.38.0"),
17-
.package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.2.7"),
14+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
15+
.package(url: "https://github.com/swift-server/async-http-client", from: "1.21.0"),
16+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.64.0"),
17+
.package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.6.1"),
1818
],
1919
targets: [
2020
.executableTarget(

0 commit comments

Comments
 (0)