diff --git a/DB/Package.swift b/DB/Package.swift index 62acaee..d311ac1 100644 --- a/DB/Package.swift +++ b/DB/Package.swift @@ -14,7 +14,7 @@ let package = Package( targets: ["DB"]) ], dependencies: [ - .package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("d826b27")), + .package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("7bef937")), .package(path: "Mastodon"), .package(path: "Secrets") ], diff --git a/Metatext.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Metatext.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 2506fb4..69c93ed 100644 --- a/Metatext.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Metatext.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -41,8 +41,8 @@ "package": "GRDB", "repositoryURL": "https://github.com/metabolist/GRDB.swift.git", "state": { - "branch": "d826b27", - "revision": "d826b270751a8963b487bfac1ef2ca2df67a77e4", + "branch": "7bef937", + "revision": "7bef937a4fcfa01b52eee2ad720b154027beda29", "version": null } },