Skip to content

Commit

Permalink
Update url of swift-syntax dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WendellXY authored Oct 9, 2024
1 parent e064889 commit 6cd2926
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 @@ -15,7 +15,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.0")
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit 6cd2926

Please sign in to comment.