Skip to content
Snippets Groups Projects
Commit d810a2cc authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Update GRDB to v6

parent 3a71fae6
Branches
Tags
2 merge requests!33Update to GRDB v6,!30Release v1.2.0
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/groue/GRDB.swift", "location" : "https://github.com/groue/GRDB.swift",
"state" : { "state" : {
"revision" : "dd7e7f39e8e4d7a22d258d9809a882f914690b01", "revision" : "0ac435744a4c67c4ec23a4a671c0d53ce1fee7c6",
"version" : "5.26.1" "version" : "6.0.0"
} }
}, },
{ {
......
...@@ -19,7 +19,7 @@ let package = Package( ...@@ -19,7 +19,7 @@ let package = Package(
.library(name: "XXDatabase", targets: ["XXDatabase"]), .library(name: "XXDatabase", targets: ["XXDatabase"]),
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/groue/GRDB.swift", .upToNextMajor(from: "5.24.0")), .package(url: "https://github.com/groue/GRDB.swift", .upToNextMajor(from: "6.0.0")),
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", .upToNextMajor(from: "0.4.0")), .package(url: "https://github.com/pointfreeco/swift-custom-dump.git", .upToNextMajor(from: "0.4.0")),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .upToNextMajor(from: "1.9.0")), .package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .upToNextMajor(from: "1.9.0")),
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git", .upToNextMajor(from: "0.4.1")), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git", .upToNextMajor(from: "0.4.1")),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment