Skip to content

Commit ea0800d

Browse files
authored
Fix Availability for DiscardingTaskGroup on watchOS (vapor#448)
1 parent fa3137d commit ea0800d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ConnectionPoolModule/ConnectionPool.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ protocol TaskGroupProtocol {
591591
}
592592

593593
#if swift(>=5.8) && os(Linux) || swift(>=5.9)
594-
@available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 9.0, *)
594+
@available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *)
595595
extension DiscardingTaskGroup: TaskGroupProtocol {}
596596
#endif
597597

0 commit comments

Comments
 (0)