Skip to content

Commit 41b8280

Browse files
Bump the minimum requirements for Swift Concurrency
1 parent 364b09e commit 41b8280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44

55
let package = Package(
66
name: "MarkdownSyntax",
7-
platforms: [.macOS(.v10_13), .iOS(.v12), .tvOS(.v12), .watchOS(.v4)],
7+
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)],
88
products: [
99
.library(name: "MarkdownSyntax", targets: ["MarkdownSyntax"]),
1010
],

0 commit comments

Comments
 (0)