Skip to content

Commit

Permalink
Pin to swift-syntax 0.50800.0-SNAPSHOT-2022-12-29-a.
Browse files Browse the repository at this point in the history
  • Loading branch information
allevato committed Jan 5, 2023
1 parent 2f91be0 commit 9bd7b6d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Package.swift
Expand Up @@ -215,15 +215,17 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
package.dependencies += [
.package(
url: "https://github.com/apple/swift-argument-parser.git",
branch: "main"
// This should be kept in sync with the same dependency used by
// swift-syntax.
Version("1.0.1")..<Version("1.2.0")
),
.package(
url: "https://github.com/apple/swift-syntax.git",
branch: "main"
exact: "0.50800.0-SNAPSHOT-2022-12-29-a"
),
.package(
url: "https://github.com/apple/swift-tools-support-core.git",
branch: "main"
exact: Version("0.4.0")
),
]
} else {
Expand Down

0 comments on commit 9bd7b6d

Please sign in to comment.