Skip to content

Commit ebe5891

Browse files
author
Adrian Herridge
authored
Update Package.swift
1 parent 42af5ae commit ebe5891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PackageDescription
33
let package = Package(
44
name: "SWSQLite",
55
targets: [Target(name: "SWSQLite", dependencies:[])],
6-
dependencies: [.Package(url: "https://github.com/sharksync/CSQlite.git", majorVersion: 1)],
6+
dependencies: [.Package(url: "https://github.com/sharksync/CSQlite.git", majorVersion: 2)],
77
exclude: []
88
)
99

0 commit comments

Comments
 (0)