Skip to content

Commit

Permalink
update GRDB from upstream to support xcode 13 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy authored Oct 22, 2021
1 parent 9e3a3c6 commit 1eeec1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/duckduckgo/GRDB.swift.git",
"state": {
"branch": null,
"revision": "995e7b639e4e5194fdff30778dbe080220bdb810",
"version": "1.0.0"
"revision": "9efe5a515acff8b73f69a31a65fc2bce2a823219",
"version": "1.1.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
.library(name: "BrowserServicesKit", targets: ["BrowserServicesKit"]),
],
dependencies: [
.package(name: "GRDB", url: "https://github.com/duckduckgo/GRDB.swift.git", .upToNextMajor(from: "1.0.0"))
.package(name: "GRDB", url: "https://github.com/duckduckgo/GRDB.swift.git", .exact("1.1.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 1eeec1a

Please sign in to comment.