Skip to content

Commit 38a6105

Browse files
Merge pull request #1880 from SwiftFiddle/kishikawakatsumi-patch-1
Update Swift version from 5.9 to 6.3
2 parents ea0934d + 12a0e62 commit 38a6105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/App/routes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func routes(_ app: Application) throws {
7979
}
8080
}
8181

82-
let swiftVersion = "Swift 5.9"
82+
let swiftVersion = "Swift 6.3"
8383

8484
private struct RequestParameter: Decodable {
8585
let code: String

0 commit comments

Comments
 (0)