Skip to content

Commit 4a5eda3

Browse files
committed
Update oldest supported platform versions
1 parent a95fc6d commit 4a5eda3

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,10 +4,10 @@ import PackageDescription
44
let package = Package(
55
name: "SQLite.swift",
66
platforms: [
7-
.iOS(.v11),
7+
.iOS(.v12),
88
.macOS(.v10_13),
99
.watchOS(.v4),
10-
.tvOS(.v11),
10+
.tvOS(.v12),
1111
.visionOS(.v1)
1212
],
1313
products: [

0 commit comments

Comments
 (0)