Skip to content

Commit 042d75d

Browse files
Mx-Irisstackotter
authored andcommitted
Change swift-syntax version from exact to from
1 parent 043b79d commit 042d75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
.package(
1717
url: "https://github.com/apple/swift-syntax.git",
18-
exact: "509.0.0"
18+
from: "509.0.0"
1919
),
2020
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
2121
.package(url: "https://github.com/SwiftPackageIndex/SPIManifest.git", from: "0.12.0"),

0 commit comments

Comments
 (0)