Skip to content

Commit 0036a0b

Browse files
authored
Set tools version to 6.1 (#8637)
Sourcekit-lsp was a consumer of SwiftPM and the project moved to 6.1. Update SwiftPM to the same version.
1 parent 3448da6 commit 0036a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:6.0
1+
// swift-tools-version:6.1
22

33
//===----------------------------------------------------------------------===//
44
//
@@ -953,7 +953,7 @@ let package = Package(
953953
path: "Examples/package-info/Sources/package-info"
954954
)
955955
],
956-
swiftLanguageVersions: [.v5]
956+
swiftLanguageModes: [.v5]
957957
)
958958

959959
#if canImport(Darwin)

0 commit comments

Comments
 (0)