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

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
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)