Skip to content

Commit 33e920b

Browse files
authored
Update min Swift version to 5.6 and make platform versions consistent (#86)
* Update minimum Swift version to 5.6 and make platform versions consistent.
1 parent 60d0196 commit 33e920b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
// swift-tools-version:5.5
1+
// swift-tools-version:5.6
22
import PackageDescription
33

44
let package = Package(
55
name: "fluent-sqlite-driver",
66
platforms: [
77
.macOS(.v10_15),
88
.iOS(.v13),
9-
.watchOS(.v6)
9+
.watchOS(.v6),
10+
.tvOS(.v13),
1011
],
1112
products: [
1213
.library(name: "FluentSQLiteDriver", targets: ["FluentSQLiteDriver"]),

0 commit comments

Comments
 (0)