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

Commit b5274fb

Browse files
committed
Update SwiftSemantics dependency to use 0.1.x tag
1 parent 4525b8e commit b5274fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
],
1111
dependencies: [
1212
.package(url: "https://github.com/apple/swift-syntax.git", .revision("0.50200.0")),
13-
.package(url: "https://github.com/SwiftDocOrg/SwiftSemantics.git", .branch("swift-5.2")),
13+
.package(url: "https://github.com/SwiftDocOrg/SwiftSemantics.git", .upToNextMinor(from: "0.1.0")),
1414
.package(url: "https://github.com/SwiftDocOrg/CommonMark.git", .branch("master")),
1515
.package(url: "https://github.com/SwiftDocOrg/SwiftMarkup.git", .upToNextMinor(from: "0.0.4")),
1616
.package(url: "https://github.com/SwiftDocOrg/GraphViz.git", .upToNextMinor(from: "0.1.0")),

0 commit comments

Comments
 (0)