Skip to content

Commit f087eb4

Browse files
committed
Loose swift syntax version
1 parent 3fce430 commit f087eb4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
.executable(name: "OtterCLI", targets: ["OtterCLI"]),
2020
],
2121
dependencies: [
22-
.package(url: "https://github.com/apple/swift-syntax", from: "601.0.1"),
22+
.package(url: "https://github.com/swiftlang/swift-syntax", from: "600.0.0-latest"),
2323
.package(url: "https://github.com/apple/swift-collections", from: "1.1.4"),
2424
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
2525
],

0 commit comments

Comments
 (0)