Skip to content

Commit

Permalink
Upgrade Async Kit to 1.20.0 (#621)
Browse files Browse the repository at this point in the history
Upgrade Async-Kit to 1.20.0

Co-authored-by: Przemysław Wrzesiński <p.wrzesinski@vatio.eu>
  • Loading branch information
PWrzesinski and Przemysław Wrzesiński authored Nov 18, 2024
1 parent 614d3ec commit 2cceea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-nio.git", from: "2.65.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.29.3"),
.package(url: "https://github.com/vapor/async-kit.git", from: "1.19.0"),
.package(url: "https://github.com/vapor/async-kit.git", from: "1.20.0"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-nio.git", from: "2.65.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.29.3"),
.package(url: "https://github.com/vapor/async-kit.git", from: "1.19.0"),
.package(url: "https://github.com/vapor/async-kit.git", from: "1.20.0"),
],
targets: [
.target(
Expand Down

0 comments on commit 2cceea2

Please sign in to comment.