We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a92dd commit ba86abeCopy full SHA for ba86abe
Package.swift
@@ -19,7 +19,7 @@ let package = Package(
19
.package(url: "https://github.com/apple/swift-tools-support-core.git", .upToNextMinor(from: "0.6.1")),
20
.package(url: "https://github.com/apple/swift-docc-plugin", .upToNextMinor(from: "1.4.3")),
21
.package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.6.1")),
22
- .package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMinor(from: "1.22.2")),
+ .package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMinor(from: "1.23.0")),
23
],
24
targets: [
25
// Targets are the basic building blocks of a package, defining a module or a test suite.
0 commit comments