Skip to content

Commit

Permalink
Updated swift-syntax package's url (#1354) (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhmedovgg authored Aug 30, 2024
1 parent c6ee78a commit 3da93a7
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 @@ -258,7 +258,7 @@ var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/kylef/PathKit.git", exact: "1.0.1"),
.package(url: "https://github.com/art-divin/StencilSwiftKit.git", exact: "2.10.4"),
.package(url: "https://github.com/tuist/XcodeProj.git", exact: "8.16.0"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.0"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "510.0.0"),
.package(url: "https://github.com/Quick/Quick.git", from: "3.0.0"),
.package(url: "https://github.com/Quick/Nimble.git", from: "9.0.0"),
.package(url: "https://github.com/art-divin/swift-package-manager.git", exact: "1.0.8"),
Expand Down

0 comments on commit 3da93a7

Please sign in to comment.