Skip to content

Commit b18c3f2

Browse files
committed
GRDB 7 is no longer in beta
1 parent ca663c1 commit b18c3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
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/groue/GRDB.swift", from: "7.0.0"),
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)