Skip to content

Commit d09deba

Browse files
authored
Merge pull request #42 from Cleverlance/feature/formatting
Update swift format
2 parents 2fc6b3b + f19885b commit d09deba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
dependencies: [
1212
.package(url: "https://github.com/Swinject/Swinject.git", .exact("2.8.1")),
1313
.package(url: "https://github.com/Swinject/SwinjectAutoregistration", .exact("2.8.1")),
14-
.package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.50.8")),
14+
.package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.51.2")),
1515
.package(url: "https://github.com/jakeheis/SwiftCLI", .exact("6.0.3")),
1616
],
1717
targets: [

0 commit comments

Comments
 (0)