Skip to content

Commit 9bdc540

Browse files
committed
update dependencies
1 parent 950a4bc commit 9bdc540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
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)