Skip to content

Commit eddee87

Browse files
committed
Update model to v0.17.0
1 parent 2633061 commit eddee87

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
@@ -19,7 +19,7 @@ let package = Package(
1919
.package(url: "https://github.com/apple/swift-metrics.git", .upToNextMajor(from: "2.5.1")),
2020
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.80.0")),
2121
.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")),
22+
.package(url: "https://github.com/swiftkube/model.git", .upToNextMinor(from: "0.17.0")),
2323
.package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMajor(from: "1.24.2")),
2424
],
2525
targets: [

0 commit comments

Comments
 (0)