Skip to content

Commit 27a0bb9

Browse files
topkim993Jeongsang Kimdavdroman
authored
Infra: remove unneeded swiftLanguageVersions param (#444) [skip ci]
Co-authored-by: Jeongsang Kim <[email protected]> Co-authored-by: David Roman <[email protected]>
1 parent 4b30dc5 commit 27a0bb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

[email protected]

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ let package = Package(
1919
name: "SwiftUIIntrospect",
2020
path: "Sources"
2121
),
22-
],
23-
swiftLanguageVersions: [.v6]
22+
]
2423
)

0 commit comments

Comments
 (0)