Skip to content

Commit

Permalink
chore(deps): update dependency apple/swift-nio to from: "2.78.0" (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent f5f8b0b commit e63d66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/tuist/Path", .upToNextMajor(from: "0.3.8")),
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.77.0")),
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.78.0")),
.package(url: "https://github.com/apple/swift-log", .upToNextMajor(from: "1.6.2")),
.package(url: "https://github.com/weichsel/ZIPFoundation", .upToNextMajor(from: "0.9.19")),
],
Expand Down

0 comments on commit e63d66b

Please sign in to comment.