Skip to content

Commit

Permalink
[6.1] Update related dependencies to release/6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoppen committed Dec 4, 2024
1 parent 5a0ac33 commit 832d1bc
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 @@ -198,7 +198,7 @@ var dependencies: [Package.Dependency] {
return [
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.2.0"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: "main"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: "release/6.1"),
]
}
}
Expand Down

0 comments on commit 832d1bc

Please sign in to comment.