Skip to content

Commit

Permalink
chore(deps): update dependency nicklockwood/swiftformat to from: "0.5…
Browse files Browse the repository at this point in the history
…5.3"
  • Loading branch information
1 parent e5c73a4 commit af63d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pkg_manifest_minimal/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
.package(url: "https://github.com/apple/swift-log", from: "1.6.1"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.2"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.3"),
.package(path: "third_party/my_local_package"),
.package(path: "third_party/NotThatAmazingModule"),
]
Expand Down

0 comments on commit af63d8d

Please sign in to comment.