Skip to content

Commit 7aeb71d

Browse files
authored
Update Package.swift
1 parent 2b3eb2f commit 7aeb71d

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
@@ -18,7 +18,7 @@ let package = Package(
1818
],
1919
dependencies: [
2020
.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")
21+
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.1"),
2222
.package(url: "https://github.com/groue/GRDB.swift.git", from: "6.18.0")
2323
],
2424
targets: [

0 commit comments

Comments
 (0)