Skip to content

Commit fd5db94

Browse files
authored
Merge pull request #5 from p-x9/feature/fix-version-of-dependencies
fix version of dependencies
2 parents 594cc52 + eb0bf6a commit fd5db94

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/apple/swift-syntax.git",
77
"state" : {
8-
"branch" : "main",
9-
"revision" : "19b03109e087db1b5826d4dbea34b885cb05486e"
8+
"revision" : "f1e9245226002bb134884345d4809b9543da3666",
9+
"version" : "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-17-a"
1010
}
1111
}
1212
],

Package.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ let package = Package(
1616
),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/apple/swift-syntax.git", branch: "main"),
19+
.package(url: "https://github.com/apple/swift-syntax.git",
20+
from: "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"),
2021
],
2122
targets: [
2223
.target(

0 commit comments

Comments
 (0)