From 4fbb393b042d545e6dd0ba041b491adad020785f Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Wed, 6 Mar 2024 11:17:34 +0000 Subject: [PATCH] Use HB 2.x.x --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 21c9a7f..f8149ad 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( .library(name: "HummingbirdPostgres", targets: ["HummingbirdPostgres"]), ], dependencies: [ - .package(url: "https://github.com/hummingbird-project/hummingbird.git", branch: "2.x.x-jobs-refactor"), + .package(url: "https://github.com/hummingbird-project/hummingbird.git", branch: "2.x.x"), .package(url: "https://github.com/vapor/postgres-nio", from: "1.20.0"), ], targets: [