Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit aec6b9c

Browse files
committed
Update swift-syntax dependency to 0.50200.0
1 parent 868ded0 commit aec6b9c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Package.resolved

Lines changed: 9 additions & 9 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
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "swift-doc",
88
dependencies: [
9-
.package(url: "https://github.com/apple/swift-syntax.git", .revision("swift-5.2-DEVELOPMENT-SNAPSHOT-2020-03-09-a")),
9+
.package(url: "https://github.com/apple/swift-syntax.git", .revision("0.50200.0")),
1010
.package(url: "https://github.com/SwiftDocOrg/SwiftSemantics.git", .branch("swift-5.2")),
1111
.package(url: "https://github.com/SwiftDocOrg/CommonMark.git", .branch("master")),
1212
.package(url: "https://github.com/SwiftDocOrg/SwiftMarkup.git", .upToNextMinor(from: "0.0.4")),

0 commit comments

Comments
 (0)