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(
99 dependencies: [
1010 . package ( url: " https://github.com/vapor/vapor.git " , from: " 4.117.0 " ) ,
1111 . package ( url: " https://github.com/vapor/leaf.git " , from: " 4.5.1 " ) ,
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: " 602.0 .0" ) ,
1313 ] ,
1414 targets: [
1515 . executableTarget(
Original file line number Diff line number Diff 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: " 510.1 .0" ) ,
10+ . package ( url: " https://github.com/apple/swift-format.git " , from: " 602.0 .0" ) ,
1111 ]
1212)
You can’t perform that action at this time.
0 commit comments