Skip to content

Commit 0e99616

Browse files
Sky Lanreidmain
authored andcommitted
Link to the static version of SwiftToolsSupport
1 parent fc199e4 commit 0e99616

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
@@ -16,7 +16,7 @@ let package = Package(
1616
.target(
1717
name: "SourceParsingFramework",
1818
dependencies: [
19-
"SwiftToolsSupport",
19+
"SwiftToolsSupport-auto",
2020
"Concurrency",
2121
"SourceKittenFramework",
2222
]),
@@ -29,7 +29,7 @@ let package = Package(
2929
.target(
3030
name: "CommandFramework",
3131
dependencies: [
32-
"SwiftToolsSupport",
32+
"SwiftToolsSupport-auto",
3333
"SourceParsingFramework",
3434
]),
3535
],

0 commit comments

Comments
 (0)