Skip to content

Commit 70e6c69

Browse files
committed
Update SQLCipher to 4.15.0
1 parent 5008544 commit 70e6c69

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)