Skip to content

Commit

Permalink
Merge pull request #45 from Cleverlance/feature/swift-format
Browse files Browse the repository at this point in the history
Update swift format
  • Loading branch information
raptorxcz authored Jan 12, 2024
2 parents 7ef9a30 + e9dd24b commit f08c4eb
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 f08c4eb

Please sign in to comment.