Skip to content

Commit

Permalink
Update min Swift version to 5.6 and make platform versions consistent (
Browse files Browse the repository at this point in the history
…#86)

* Update minimum Swift version to 5.6 and make platform versions consistent.
  • Loading branch information
gwynne authored Apr 14, 2023
1 parent 60d0196 commit 33e920b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
// swift-tools-version:5.5
// swift-tools-version:5.6
import PackageDescription

let package = Package(
name: "fluent-sqlite-driver",
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.watchOS(.v6)
.watchOS(.v6),
.tvOS(.v13),
],
products: [
.library(name: "FluentSQLiteDriver", targets: ["FluentSQLiteDriver"]),
Expand Down

0 comments on commit 33e920b

Please sign in to comment.