Skip to content

Commit

Permalink
Use Swift 6.0 swift-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumisilk committed Nov 8, 2024
1 parent adc82f4 commit 3f3f8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.3"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.0"),
],
targets: [
.macro(
Expand Down

0 comments on commit 3f3f8a3

Please sign in to comment.