We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbb660 commit c3961d1Copy full SHA for c3961d1
Package.swift
@@ -19,8 +19,7 @@ let package = Package(
19
],
20
dependencies: [
21
// Dependencies declare other packages that this package depends on.
22
- //.package(url: "https://github.com/inline-chat/GRDB.swift", from: "3.1.1"),
23
- .package(url: "https://github.com/duckduckgo/GRDB.swift", from: "3.0.0")
+ .package(url: "https://github.com/inline-chat/GRDB.swift", from: "3.1.1")
24
25
targets: [
26
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments