Skip to content

Commit

Permalink
Merge branch 'main' into ui-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Aug 26, 2024
2 parents c3ff69f + 83cc460 commit 5226e9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gem.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2751,15 +2751,15 @@
repositoryURL = "https://github.com/groue/GRDB.swift.git";
requirement = {
kind = exactVersion;
version = 6.20.1;
version = 6.29.2;
};
};
C3A7CB8229CBA9E700431341 /* XCRemoteSwiftPackageReference "GRDBQuery" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/groue/GRDBQuery.git";
requirement = {
kind = exactVersion;
version = 0.7.0;
version = 0.9.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"repositoryURL": "https://github.com/groue/GRDB.swift.git",
"state": {
"branch": null,
"revision": "d597fd56e9255a29cfa742d8c5e15277dae13ad0",
"version": "6.20.1"
"revision": "57a4587b5b09ac706bc985288a62432ddbf20b09",
"version": "6.29.2"
}
},
{
"package": "GRDBQuery",
"repositoryURL": "https://github.com/groue/GRDBQuery.git",
"state": {
"branch": null,
"revision": "be64298b4f9d70510226fa7e698aef84f41cec02",
"version": "0.7.0"
"revision": "a6c46dd38ecf11a5c37732870dc03a384d582fba",
"version": "0.9.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Packages/Store/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ let package = Package(
],
dependencies: [
.package(name: "Primitives", path: "../Primitives"),
.package(url: "https://github.com/groue/GRDB.swift.git", exact: Version(6, 20, 1)),
.package(url: "https://github.com/groue/GRDBQuery.git", exact: Version(0, 7, 0)),
.package(url: "https://github.com/groue/GRDB.swift.git", exact: Version(6, 29, 2)),
.package(url: "https://github.com/groue/GRDBQuery.git", exact: Version(0, 9, 0)),
.package(url: "https://github.com/gemwalletcom/KeychainAccess", exact: Version(4, 2, 2)),
],
targets: [
Expand Down

0 comments on commit 5226e9c

Please sign in to comment.