Skip to content

Commit 92f1da1

Browse files
Update Package.swift
Co-authored-by: Franz Busch <[email protected]>
1 parent d9f66e3 commit 92f1da1

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
@@ -46,7 +46,7 @@ let package = Package(
4646
],
4747
dependencies: [
4848
.package(url: "https://github.com/apple/swift-nio.git", from: "2.55.0"),
49-
.package(url: "https://github.com/apple/swift-nio-ssl", .upToNextMajor(from: "2.25.0")),
49+
.package(url: "https://github.com/apple/swift-nio-ssl", .from: "2.25.0"),
5050
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.1.0"),
5151
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
5252
// The zstd Swift package produces warnings that we cannot resolve:

0 commit comments

Comments
 (0)