Skip to content

Commit

Permalink
Use swift-jobs 1.0.0 beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Aug 29, 2024
1 parent 098d515 commit db950de
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: "job-scheduler"),
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", branch: "1.0.0-beta.2"),
.package(url: "https://github.com/swift-server/RediStack.git", from: "1.4.0"),
],
targets: [
Expand Down

0 comments on commit db950de

Please sign in to comment.