Skip to content

Commit 61ccaee

Browse files
authored
Merge pull request #16 from bbirman/sqlcipher
Update SQLCipher to 4.15.0
2 parents 5008544 + 70e6c69 commit 61ccaee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let package = Package(
3232
),
3333
],
3434
dependencies: [
35-
.package(url: "https://github.com/sqlcipher/SQLCipher.swift.git", exact: "4.10.0"),
35+
.package(url: "https://github.com/sqlcipher/SQLCipher.swift.git", exact: "4.15.0"),
3636
.package(url: "https://github.com/forcedotcom/fmdb.git", exact: "2.7.12-sqlcipher")
3737
],
3838
targets: [

0 commit comments

Comments
 (0)