Skip to content

Commit 7c58e80

Browse files
authored
Fix manifest versions (#197)
Ensure we specify the correct version of AHC we need
1 parent e2b5b76 commit 7c58e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
dependencies: [
2020
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
2121
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
22-
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"),
22+
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.19.0"),
2323
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
2424
.package(url: "https://github.com/apple/swift-nio.git", from: "2.42.0"),
2525
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.6.0"),

0 commit comments

Comments
 (0)