Skip to content

Commit

Permalink
Fix AHC Dependency Mismatch (#3075)
Browse files Browse the repository at this point in the history
* Bump AHC

* Bump the other manifest

* Numptie

---------

Co-authored-by: Mahdi Bahrami <github@mahdibm.com>
  • Loading branch information
0xTim and MahdiBM committed Oct 5, 2023
1 parent 090464a commit c17d9b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
],
dependencies: [
// HTTP client library built on SwiftNIO
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.18.0"),
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.19.0"),

// Sugary extensions for the SwiftNIO library
.package(url: "https://github.com/vapor/async-kit.git", from: "1.15.0"),
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.9.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
],
dependencies: [
// HTTP client library built on SwiftNIO
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.18.0"),
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.19.0"),

// Sugary extensions for the SwiftNIO library
.package(url: "https://github.com/vapor/async-kit.git", from: "1.15.0"),
Expand Down

0 comments on commit c17d9b9

Please sign in to comment.