Skip to content

Commit 1f3a33e

Browse files
Update swift-service-lifecycle dependency
1 parent cd4820a commit 1f3a33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
.package(url: "https://github.com/vapor/mysql-nio.git", from: "1.3.0"),
2121
.package(url: "https://github.com/vapor/postgres-kit", from: "2.0.0"),
2222
.package(url: "https://github.com/vapor/mysql-kit", from: "4.1.0"),
23-
.package(url: "https://github.com/alchemy-swift/swift-service-lifecycle.git", .branch("main")),
23+
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "1.0.0-alpha"),
2424
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0"),
2525
.package(url: "https://github.com/alchemy-swift/papyrus", from: "0.1.0"),
2626
.package(url: "https://github.com/alchemy-swift/fusion", from: "0.1.0"),

0 commit comments

Comments
 (0)