Skip to content

Commit 0dc859f

Browse files
Merge pull request #770 from SwiftFiddle/renovate/apple-swift-format-602.x
Update dependency apple/swift-format to v602
2 parents 7890126 + 514100c commit 0dc859f

File tree

6 files changed

+181
-198
lines changed

6 files changed

+181
-198
lines changed

Package.resolved

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ import PackageDescription
44
let package = Package(
55
name: "swiftfiddle-format",
66
platforms: [
7-
.macOS(.v10_15)
7+
.macOS(.v13)
88
],
99
dependencies: [
1010
.package(url: "https://github.com/vapor/vapor.git", from: "4.119.2"),
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(

Resources/formatter/Package.resolved

Lines changed: 47 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: "510.1.0"),
10+
.package(url: "https://github.com/apple/swift-format.git", from: "602.0.0"),
1111
]
1212
)

Sources/App/routes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22
import Vapor
3-
import SwiftFormatConfiguration
3+
import SwiftFormat
44

55
func routes(_ app: Application) throws {
66
app.get("health") { _ in ["status": "pass"] }

0 commit comments

Comments
 (0)