Skip to content

Commit

Permalink
Merge pull request #10 from giginet/use-swiftlang
Browse files Browse the repository at this point in the history
Use swiftlang instead
  • Loading branch information
giginet authored Jul 29, 2024
2 parents d3416ff + fe1891c commit 9cd820d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
],
dependencies: [
.package(
url: "https://github.com/apple/swift-syntax.git",
url: "https://github.com/swiftlang/swift-syntax.git",
.upToNextMajor(from: "600.0.0-latest")
),
.package(
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package = Package(
],
dependencies: [
.package(
url: "https://github.com/apple/swift-syntax.git",
url: "https://github.com/swiftlang/swift-syntax.git",
.upToNextMajor(from: "510.0.1")
),
.package(
Expand Down

0 comments on commit 9cd820d

Please sign in to comment.