We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2633061 commit eddee87Copy full SHA for eddee87
Package.swift
@@ -19,7 +19,7 @@ let package = Package(
19
.package(url: "https://github.com/apple/swift-metrics.git", .upToNextMajor(from: "2.5.1")),
20
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.80.0")),
21
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMajor(from: "5.1.3")),
22
- .package(url: "https://github.com/swiftkube/model.git", .upToNextMinor(from: "0.16.0")),
+ .package(url: "https://github.com/swiftkube/model.git", .upToNextMinor(from: "0.17.0")),
23
.package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMajor(from: "1.24.2")),
24
],
25
targets: [
0 commit comments