Skip to content

Commit 570089b

Browse files
Merge pull request #388 from SwiftFiddle/renovate/apple-swift-format-508.x
Update dependency apple/swift-format to v508
2 parents c1fc99e + c249f6f commit 570089b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
dependencies: [
1010
.package(url: "https://github.com/vapor/vapor.git", from: "4.76.0"),
1111
.package(url: "https://github.com/vapor/leaf.git", from: "4.2.4"),
12-
.package(url: "https://github.com/apple/swift-format.git", from: "0.50700.1"),
12+
.package(url: "https://github.com/apple/swift-format.git", from: "508.0.0"),
1313
],
1414
targets: [
1515
.target(

Resources/formatter/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ let package = Package(
77
.macOS(.v10_15)
88
],
99
dependencies: [
10-
.package(url: "https://github.com/apple/swift-format.git", from: "0.50700.1"),
10+
.package(url: "https://github.com/apple/swift-format.git", from: "508.0.0"),
1111
]
1212
)

0 commit comments

Comments
 (0)