Skip to content

Commit

Permalink
1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nathantannar4 committed Nov 23, 2024
1 parent df9a98e commit 4170c4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/swiftlang/swift-syntax", from: "509.0.0"),
.package(
url: "https://github.com/swiftlang/swift-syntax",
"509.0.0"...(Range<Version>.upToNextMinor(from: "600.0.0").upperBound)
),
],
targets: [
.target(
Expand Down

0 comments on commit 4170c4d

Please sign in to comment.