Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutzifer committed Oct 7, 2024
1 parent 84a95cf commit 4e8ecaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4e8ecaf

Please sign in to comment.