Skip to content

Commit cd3acc7

Browse files
committed
update dependencies
1 parent 53cc05b commit cd3acc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let package = Package(
1717
),
1818
],
1919
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"),
20+
.package(url: "https://github.com/num42/swift-macrotester.git", from: "1.0.2"),
21+
.package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.1")
2222
],
2323
targets: [
2424
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)