Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
changed to swiftlang and updated to 601.0.1
  • Loading branch information
msuess23 committed Jun 26, 2025
commit 3b6f3799413550708cc6daa74037548d766f2bfa
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [
.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")
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "601.0.1")
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down