Skip to content

Commit ec3e78e

Browse files
authored
Use .exact instead of .branch in README
1 parent 63034c2 commit ec3e78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import PackageDescription
1919
let package = Package(
2020
name: "MyTool",
2121
dependencies: [
22-
.package(url: "https://github.com/apple/swift-syntax.git", .branch("<#Specify Release tag#>")),
22+
.package(url: "https://github.com/apple/swift-syntax.git", .exact("<#Specify Release tag#>")),
2323
],
2424
targets: [
2525
.target(name: "MyTool", dependencies: ["SwiftSyntax"]),

0 commit comments

Comments
 (0)