Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutzifer authored Apr 3, 2024
1 parent 2b3eb2f commit 7aeb71d
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 @@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/num42/swift-macrotester.git", from: "1.0.1"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.1")
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.1"),
.package(url: "https://github.com/groue/GRDB.swift.git", from: "6.18.0")
],
targets: [
Expand Down

0 comments on commit 7aeb71d

Please sign in to comment.