File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ let package = Package(
9
9
dependencies: [
10
10
. package ( url: " https://github.com/vapor/vapor.git " , from: " 4.105.2 " ) ,
11
11
. package ( url: " https://github.com/vapor/leaf.git " , from: " 4.4.0 " ) ,
12
- . package ( url: " https://github.com/apple/swift-format.git " , from: " 510.1 .0" ) ,
12
+ . package ( url: " https://github.com/apple/swift-format.git " , from: " 600.0 .0" ) ,
13
13
] ,
14
14
targets: [
15
15
. executableTarget(
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ let package = Package(
7
7
. macOS( . v10_15)
8
8
] ,
9
9
dependencies: [
10
- . package ( url: " https://github.com/apple/swift-format.git " , from: " 510.1 .0" ) ,
10
+ . package ( url: " https://github.com/apple/swift-format.git " , from: " 600.0 .0" ) ,
11
11
]
12
12
)
You can’t perform that action at this time.
0 commit comments