We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5008544 commit 70e6c69Copy full SHA for 70e6c69
1 file changed
Package.swift
@@ -32,7 +32,7 @@ let package = Package(
32
),
33
],
34
dependencies: [
35
- .package(url: "https://github.com/sqlcipher/SQLCipher.swift.git", exact: "4.10.0"),
+ .package(url: "https://github.com/sqlcipher/SQLCipher.swift.git", exact: "4.15.0"),
36
.package(url: "https://github.com/forcedotcom/fmdb.git", exact: "2.7.12-sqlcipher")
37
38
targets: [
0 commit comments