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

Commit 37db3e6

Browse files
committed
Update to Swift 5.2 2020-03-09 snapshot
1 parent 9f78a04 commit 37db3e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 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
@@ -9,7 +9,7 @@ let package = Package(
99
.package(url: "https://github.com/SwiftDocOrg/CommonMark.git", .branch("master")),
1010
.package(url: "https://github.com/SwiftDocOrg/SwiftMarkup.git", .upToNextMinor(from: "0.0.4")),
1111
.package(url: "https://github.com/SwiftDocOrg/SwiftSemantics.git", .branch("swift-5.2")),
12-
.package(url: "https://github.com/apple/swift-syntax.git", .revision("swift-5.2-DEVELOPMENT-SNAPSHOT-2020-02-12-a")),
12+
.package(url: "https://github.com/apple/swift-syntax.git", .revision("swift-5.2-DEVELOPMENT-SNAPSHOT-2020-03-09-a")),
1313
.package(url: "https://github.com/kylef/Commander.git", .upToNextMinor(from: "0.9.1")),
1414
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.0.2")),
1515
],

0 commit comments

Comments
 (0)