Skip to content

Commit 878afe6

Browse files
authored
Replace groue/GRDB.swift with inlinehq/GRDB.swift
1 parent f279a57 commit 878afe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
],
2020
dependencies: [
2121
// Dependencies declare other packages that this package depends on.
22-
.package(url: "https://github.com/groue/GRDB.swift", from: "7.0.0-beta"),
22+
.package(url: "https://github.com/inlinehq/GRDB.swift", from: "3.0.8"),
2323
],
2424
targets: [
2525
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)