Skip to content

Commit

Permalink
Remove swift-jobs from dependencies (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Sep 17, 2024
1 parent c4d668c commit 6e53697
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", branch: "main"),
.package(url: "https://github.com/vapor/postgres-nio", from: "1.21.0"),
],
targets: [
Expand Down

0 comments on commit 6e53697

Please sign in to comment.