We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3eb2f commit 7aeb71dCopy full SHA for 7aeb71d
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
],
19
dependencies: [
20
.package(url: "https://github.com/num42/swift-macrotester.git", from: "1.0.1"),
21
- .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"),
22
.package(url: "https://github.com/groue/GRDB.swift.git", from: "6.18.0")
23
24
targets: [
0 commit comments