We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1fc99e + c249f6f commit 570089bCopy full SHA for 570089b
Package.swift
@@ -9,7 +9,7 @@ let package = Package(
9
dependencies: [
10
.package(url: "https://github.com/vapor/vapor.git", from: "4.76.0"),
11
.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"),
+ .package(url: "https://github.com/apple/swift-format.git", from: "508.0.0"),
13
],
14
targets: [
15
.target(
Resources/formatter/Package.swift
@@ -7,6 +7,6 @@ let package = Package(
7
.macOS(.v10_15)
8
]
)
0 commit comments