Skip to content
Snippets Groups Projects
Commit 28eb0aca authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Change swift-syntax version

parent b03af7ef
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ let package = Package( ...@@ -10,7 +10,7 @@ let package = Package(
dependencies: [ dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.1.4"), .package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.1.4"),
.package(url: "https://github.com/kylef/PathKit.git", exact: "1.0.1"), .package(url: "https://github.com/kylef/PathKit.git", exact: "1.0.1"),
.package(url: "https://github.com/apple/swift-syntax", branch: "0.50700.1"), .package(url: "https://github.com/apple/swift-syntax.git", revision: "e048c1c1a68fbcbd7f2db200b2c2c20af929f67a"),
.package(url: "https://github.com/kylef/Stencil.git", exact: "0.15.1"), .package(url: "https://github.com/kylef/Stencil.git", exact: "0.15.1"),
], ],
targets: [ targets: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment