We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a2340 commit b2388d1Copy full SHA for b2388d1
Package.swift
@@ -23,6 +23,5 @@ let package = Package(
23
.testTarget(
24
name: "TextAttributesTests",
25
dependencies: ["TextAttributes"]),
26
- ],
27
- swiftLanguageVersions:[ .v5]
+ ]
28
)
0 commit comments