Skip to content

Commit

Permalink
Update Swift and dependencies
Browse files Browse the repository at this point in the history
- Async HTTP Client 1.19.0
- Kubernetes 1.28.3
- SwiftkubeModel 0.13.0
- SwiftNIO 2.61.0
  • Loading branch information
iabudiab committed Oct 29, 2023
1 parent f9f6c3a commit cdae2d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/swiftkube/model.git", .upToNextMinor(from: "0.12.0")),
.package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMajor(from: "1.18.0")),
.package(url: "https://github.com/swiftkube/model.git", .upToNextMinor(from: "0.13.0")),
.package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMajor(from: "1.19.0")),
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.5.3")),
.package(url: "https://github.com/apple/swift-metrics.git", .upToNextMajor(from: "2.4.1")),
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMajor(from: "5.0.6")),
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.54.0")),
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.61.0")),
],
targets: [
.target(
Expand Down

0 comments on commit cdae2d0

Please sign in to comment.