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
…4.4"
  • Loading branch information
1 parent c055591 commit db74853
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.54.3"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.4"),
.package(path: "third_party/my_local_package"),
.package(path: "third_party/NotThatAmazingModule"),
]
Expand Down

0 comments on commit db74853

Please sign in to comment.