Skip to content

Commit 4e9f929

Browse files
committed
Require ServiceLifecycle 2.8.0
1 parent 007a352 commit 4e9f929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let package = Package(
3434
.package(url: "https://github.com/apple/swift-nio.git", from: "2.81.0"),
3535
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
3636
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.4"),
37-
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.6.3"),
37+
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.8.0"),
3838
],
3939
targets: [
4040
.target(

Package@swift-6.0.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
.package(url: "https://github.com/apple/swift-nio.git", from: "2.81.0"),
2525
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
2626
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.4"),
27-
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.6.3"),
27+
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.8.0"),
2828
],
2929
targets: [
3030
.target(

0 commit comments

Comments
 (0)