Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Aug 28, 2024
1 parent ddd42a4 commit 7ee5f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ let package = Package(
products: [
.library(name: "SublimationService", targets: ["SublimationService"])
],
dependencies: [
.package(url: "https://github.com/brightdigit/Sublimation", branch: "32-swift-service-lifecycle-ci"),
dependencies: [
.package(url: "https://github.com/brightdigit/Sublimation", from: "2.0.0-alpha.5"),
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.6.0")
],
targets: [
Expand Down

0 comments on commit 7ee5f1f

Please sign in to comment.