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

Commit 76679a3

Browse files
authored
Update Package@swift-5.5.swift
Use swift-syntax ~> 0.3.2
1 parent ef67578 commit 76679a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package@swift-5.5.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
],
1515
dependencies: [
1616
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("release/5.5")),
17-
.package(url: "https://github.com/SwiftDocOrg/SwiftSemantics.git", .revision("main")),
17+
.package(url: "https://github.com/SwiftDocOrg/SwiftSemantics.git", .upToNextMinor(from: "0.3.2")),
1818
.package(url: "https://github.com/SwiftDocOrg/CommonMark.git", .upToNextMinor(from: "0.5.0")),
1919
.package(url: "https://github.com/SwiftDocOrg/SwiftMarkup.git", .upToNextMinor(from: "0.3.0")),
2020
.package(url: "https://github.com/SwiftDocOrg/GraphViz.git", .upToNextMinor(from: "0.4.1")),

0 commit comments

Comments
 (0)