We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950a4bc commit 9bdc540Copy full SHA for 9bdc540
Package.swift
@@ -17,8 +17,8 @@ let package = Package(
17
)
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/num42/swift-macrotester.git", from: "1.0.2"),
+ .package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.1")
22
23
targets: [
24
// Targets are the basic building blocks of a package, defining a module or a test suite.
0 commit comments