Skip to content

Commit c3961d1

Browse files
committed
Back to mine
1 parent fdbb660 commit c3961d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ let package = Package(
1919
],
2020
dependencies: [
2121
// 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")
22+
.package(url: "https://github.com/inline-chat/GRDB.swift", from: "3.1.1")
2423
],
2524
targets: [
2625
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)