Skip to content

Commit b60794c

Browse files
authored
Merge pull request #43 from p-x9/feature/update-swift-syntax-url
Adapt SwiftSyntax repository URL
2 parents 01d6e85 + 19904c8 commit b60794c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Package.resolved

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/p-x9/swift-literal-type-inference.git",
77
"state" : {
8-
"revision" : "4de2706aee972bc87e1723578b75fa403fc779dd",
9-
"version" : "0.2.0"
8+
"revision" : "59480c8b9dbd4fcd414d86abf11ba4d749b7d5ff",
9+
"version" : "0.3.0"
1010
}
1111
},
1212
{
1313
"identity" : "swift-macro-testing",
1414
"kind" : "remoteSourceControl",
1515
"location" : "https://github.com/pointfreeco/swift-macro-testing.git",
1616
"state" : {
17-
"revision" : "5c4a1b9d7c23cd5c08ea50677d8e89080365cb00",
18-
"version" : "0.4.0"
17+
"revision" : "20c1a8f3b624fb5d1503eadcaa84743050c350f4",
18+
"version" : "0.5.2"
1919
}
2020
},
2121
{
@@ -32,17 +32,17 @@
3232
"kind" : "remoteSourceControl",
3333
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
3434
"state" : {
35-
"revision" : "625ccca8570773dd84a34ee51a81aa2bc5a4f97a",
36-
"version" : "1.16.0"
35+
"revision" : "6d932a79e7173b275b96c600c86c603cf84f153c",
36+
"version" : "1.17.4"
3737
}
3838
},
3939
{
4040
"identity" : "swift-syntax",
4141
"kind" : "remoteSourceControl",
42-
"location" : "https://github.com/apple/swift-syntax.git",
42+
"location" : "https://github.com/swiftlang/swift-syntax.git",
4343
"state" : {
44-
"revision" : "fa8f95c2d536d6620cc2f504ebe8a6167c9fc2dd",
45-
"version" : "510.0.1"
44+
"revision" : "2bc86522d115234d1f588efe2bcb4ce4be8f8b82",
45+
"version" : "510.0.3"
4646
}
4747
}
4848
],

Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ let package = Package(
1717
],
1818
dependencies: [
1919
.package(
20-
url: "https://github.com/apple/swift-syntax.git",
20+
url: "https://github.com/swiftlang/swift-syntax.git",
2121
"509.0.0"..<"511.0.0"
2222
),
2323
.package(
2424
url: "https://github.com/p-x9/swift-literal-type-inference.git",
25-
from: "0.2.0"
25+
from: "0.3.0"
2626
),
2727
.package(
2828
url: "https://github.com/p-x9/swift-object-association.git",
2929
from: "0.5.0"
3030
),
3131
.package(
3232
url: "https://github.com/pointfreeco/swift-macro-testing.git",
33-
from: "0.3.0"
33+
from: "0.5.1"
3434
)
3535

3636
],

0 commit comments

Comments
 (0)