Fix style
Some checks failed
SwiftLint / SwiftLint (push) Successful in 7s
Deploy Docs / publish (push) Failing after 18s

This commit is contained in:
david-swift 2026-02-04 17:10:54 +01:00
parent 05d3606100
commit 6e7940c06a

View File

@ -16,7 +16,11 @@ var dependencies: [Package.Dependency] = [
#if os(Linux)
dependencies += [
.package(url: "https://github.com/stephencelis/CSQLite", from: "3.50.4"),
.package(url: "https://github.com/stephencelis/SQLite.swift", from: "0.15.3", traits: [.defaults, "SQLiteSwiftCSQLite"])
.package(
url: "https://github.com/stephencelis/SQLite.swift",
from: "0.15.3",
traits: [.defaults, "SQLiteSwiftCSQLite"]
)
]
#else
dependencies.append(.package(url: "https://github.com/stephencelis/SQLite.swift", from: "0.15.3"))