Skip to content

Commit

Permalink
Allow a SwiftSyntax version range (#5534)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed May 11, 2024
1 parent c29391a commit 5c5390e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -24,7 +24,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.1"),
.package(url: "https://github.com/apple/swift-syntax.git", exact: "510.0.2"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.2"),
.package(url: "https://github.com/jpsim/SourceKitten.git", .upToNextMinor(from: "0.35.0")),
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.6"),
.package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.9.0"),
Expand Down

0 comments on commit 5c5390e

Please sign in to comment.