Skip to content

Commit 165eaf7

Browse files
committed
[Package] Bump darwin platforms
1 parent 7d22f22 commit 165eaf7

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
@@ -4,8 +4,8 @@ import PackageDescription
44
let package = Package(
55
name: "Network",
66
platforms: [
7-
.iOS(.v13),
8-
.macOS(.v10_15),
7+
.iOS(.v16),
8+
.macOS(.v13),
99
],
1010
products: [
1111
.library(

0 commit comments

Comments
 (0)