Skip to content

Commit

Permalink
Update min GRDB version
Browse files Browse the repository at this point in the history
Follow up PR on #653 (#654)
  • Loading branch information
takasurazeem authored Aug 26, 2024
1 parent ad4b1a8 commit e7a8062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let package = Package(
.package(url: "https://github.com/marmelroy/Zip", from: "2.1.1"),

// Database
.package(url: "https://github.com/groue/GRDB.swift", from: "6.13.0"),
.package(url: "https://github.com/groue/GRDB.swift", from: "6.29.1"),

// Async
.package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"),
Expand Down

0 comments on commit e7a8062

Please sign in to comment.