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 02d9c95 commit b0dc245
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: "SublimationVapor", targets: ["SublimationVapor"])
],
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/vapor/vapor.git",
from: "4.92.0"
Expand Down

0 comments on commit b0dc245

Please sign in to comment.