Skip to content

Commit ac85416

Browse files
committed
Update Package.swift for releases
1 parent f1c0945 commit ac85416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ let package = Package(
99
.library(name: "JobsPostgres", targets: ["JobsPostgres"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", branch: "main"),
13-
.package(url: "https://github.com/hummingbird-project/hummingbird-postgres.git", branch: "delete-jobs-postgres"),
12+
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", from: "1.0.0-beta.4"),
13+
.package(url: "https://github.com/hummingbird-project/hummingbird-postgres.git", from: "0.5.0"),
1414
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.21.0"),
1515
],
1616
targets: [

0 commit comments

Comments
 (0)