diff --git a/Package.swift b/Package.swift index 0e14a2b..8e9cbc5 100644 --- a/Package.swift +++ b/Package.swift @@ -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"