Skip to content

Commit 7ae48a3

Browse files
committed
Update Package.swift
1 parent 399cb8d commit 7ae48a3

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
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "async-http-client",
8-
platforms: [.macOS(.v12), .iOS(.v15), .watchOS(.v7), .tvOS(.v15)],
8+
platforms: [.macOS(.v12), .iOS(.v15), .watchOS(.v6), .tvOS(.v15)],
99
products: [
1010
// Products define the executables and libraries a package produces, and make them visible to other packages.
1111
.library(

0 commit comments

Comments
 (0)