Skip to content

Commit

Permalink
Merge pull request #9 from hummingbird-project/beta4
Browse files Browse the repository at this point in the history
Using jobs 1.0.0 beta 4
  • Loading branch information
adam-fowler authored Sep 17, 2024
2 parents 7e38b8f + 27cf49e commit a9750ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.library(name: "JobsRedis", targets: ["JobsRedis"]),
],
dependencies: [
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", branch: "main"),
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", branch: "1.0.0-beta.4"),
.package(url: "https://github.com/swift-server/RediStack.git", from: "1.4.0"),
],
targets: [
Expand Down

0 comments on commit a9750ca

Please sign in to comment.