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

Commit 0625be3

Browse files
compnerdmattt
andauthored
* Update [email protected] Pin SwiftSemantics to main. This is required since the 0.3.1 release of SwiftSemantics pins SwiftSyntax to 4ae758ab85ed2a5d3e3e8b5050a8ce52179bd102 and SwiftSyntaxHighlighter requires release/5.5. In order to restore the ability to resolve the dependencies, we need to bump SwiftSemantics to main. * Update [email protected] Use swift-syntax ~> 0.3.2 * Update [email protected] Use `revision` instead of `uptToNextMinor` for SwiftSemantics. Bump SwiftSyntaxHighlighter. This allows the package dependencies to be resolved on Windows. Co-authored-by: Mattt <[email protected]>
1 parent 9d85789 commit 0625be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ 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", .upToNextMinor(from: "0.3.0")),
17+
.package(url: "https://github.com/SwiftDocOrg/SwiftSemantics.git", .revision("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")),
2121
.package(url: "https://github.com/NSHipster/HypertextLiteral.git", .upToNextMinor(from: "0.0.2")),
2222
.package(url: "https://github.com/SwiftDocOrg/Markup.git", .upToNextMinor(from: "0.1.2")),
23-
.package(url: "https://github.com/NSHipster/SwiftSyntaxHighlighter.git", .revision("1.2.2")),
23+
.package(url: "https://github.com/NSHipster/SwiftSyntaxHighlighter.git", .revision("1.2.4")),
2424
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.2")),
2525
.package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.4.2")),
2626
.package(name: "LoggingGitHubActions", url: "https://github.com/NSHipster/swift-log-github-actions.git", .upToNextMinor(from: "0.0.1")),

0 commit comments

Comments
 (0)