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
…3.9"
  • Loading branch information
Self-hosted Renovate Bot committed May 12, 2024
1 parent 7a39645 commit 6ea8ba6
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.3.1"),
.package(url: "https://github.com/apple/swift-log", from: "1.5.4"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.53.8"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.53.9"),
.package(path: "third_party/my_local_package"),
.package(path: "third_party/NotThatAmazingModule"),
]
Expand Down

0 comments on commit 6ea8ba6

Please sign in to comment.