Skip to content

Commit

Permalink
Update swift format
Browse files Browse the repository at this point in the history
  • Loading branch information
raptorxcz committed Jan 12, 2024
1 parent 7ef9a30 commit e9dd24b
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 @@ -11,7 +11,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/Swinject/Swinject.git", .exact("2.8.1")),
.package(url: "https://github.com/Swinject/SwinjectAutoregistration", .exact("2.8.1")),
.package(url: "https://github.com/nicklockwood/SwiftFormat", .upToNextMajor(from: "0.51.3")),
.package(url: "https://github.com/nicklockwood/SwiftFormat", .upToNextMajor(from: "0.53.0")),
.package(url: "https://github.com/jakeheis/SwiftCLI", .exact("6.0.3")),
],
targets: [
Expand Down

0 comments on commit e9dd24b

Please sign in to comment.