Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
Update SwiftFormat to 0.50.3 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lordcodes committed Oct 30, 2022
1 parent 460f96c commit b9a52ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tuist-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.0
3.12.1
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/nicklockwood/SwiftFormat",
"state": {
"branch": null,
"revision": "2937847c9e2434a9f8d71260b777fb15ddff287c",
"version": "0.50.1"
"revision": "3a5a4b9baa2ad2f6bb528351807eefbf3b9c0786",
"version": "0.50.3"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.50.1")),
.package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.50.3")),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit b9a52ba

Please sign in to comment.