Skip to content

Commit 5c0b7d6

Browse files
committed
Update client to 0.22.0
1 parent 7fcb43b commit 5c0b7d6

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
@@ -14,7 +14,7 @@ let package = Package(
1414
targets: ["SwiftkubeServiceDiscovery"]),
1515
],
1616
dependencies: [
17-
.package(url: "https://github.com/swiftkube/client.git", from: "0.21.0"),
17+
.package(url: "https://github.com/swiftkube/client.git", from: "0.22.0"),
1818
.package(url: "https://github.com/apple/swift-service-discovery.git", from: "1.4.0"),
1919
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.2"),
2020
],

0 commit comments

Comments
 (0)