Skip to content

Commit e378d09

Browse files
committed
fixing swift-syntax reference
1 parent 03359e2 commit e378d09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 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
@@ -24,7 +24,7 @@ let package = Package(
2424
),
2525
],
2626
dependencies: [
27-
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "601.0.0-prerelease-2024-11-18"),
27+
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "601.0.1"),
2828
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.4.0")
2929
],
3030
targets: [

0 commit comments

Comments
 (0)