From 4e8ecaf549417161ea4902a2c4ed3c84a74f2b07 Mon Sep 17 00:00:00 2001 From: Wolfgang Lutz Date: Mon, 7 Oct 2024 15:22:11 +0200 Subject: [PATCH] Update Dependencies --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index e1d7e97..d254434 100644 --- a/Package.swift +++ b/Package.swift @@ -17,8 +17,8 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/num42/swift-macrotester.git", from: "1.0.1"), - .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"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.