Skip to content

Commit

Permalink
Update swift-service-lifecycle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawright11 committed Sep 24, 2021
1 parent cd4820a commit 1f3a33e
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 @@ -20,7 +20,7 @@ let package = Package(
.package(url: "https://github.com/vapor/mysql-nio.git", from: "1.3.0"),
.package(url: "https://github.com/vapor/postgres-kit", from: "2.0.0"),
.package(url: "https://github.com/vapor/mysql-kit", from: "4.1.0"),
.package(url: "https://github.com/alchemy-swift/swift-service-lifecycle.git", .branch("main")),
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "1.0.0-alpha"),
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0"),
.package(url: "https://github.com/alchemy-swift/papyrus", from: "0.1.0"),
.package(url: "https://github.com/alchemy-swift/fusion", from: "0.1.0"),
Expand Down

0 comments on commit 1f3a33e

Please sign in to comment.