Skip to content

Commit 0d220ab

Browse files
authored
Merge pull request #12 from Brett-Best/fix/swift-syntax-url
fix: update `swift-syntax` GitHub URL from `apple` to `swiftlang` organisation
2 parents fae7980 + 733d8ef commit 0d220ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ let package = Package(
4040
.library(name: "ReactBridge", targets: ["ReactBridge"])
4141
],
4242
dependencies: [
43-
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.2")
43+
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "510.0.2")
4444
],
4545
targets: [
4646
.macro(

0 commit comments

Comments
 (0)