Skip to content

Commit

Permalink
Merge pull request #12 from Brett-Best/fix/swift-syntax-url
Browse files Browse the repository at this point in the history
fix: update `swift-syntax` GitHub URL from `apple` to `swiftlang` organisation
  • Loading branch information
ikhvorost authored Jul 26, 2024
2 parents fae7980 + 733d8ef commit 0d220ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"location" : "https://github.com/swiftlang/swift-syntax.git",
"state" : {
"revision" : "303e5c5c36d6a558407d364878df131c3546fad8",
"version" : "510.0.2"
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let package = Package(
.library(name: "ReactBridge", targets: ["ReactBridge"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.2")
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "510.0.2")
],
targets: [
.macro(
Expand Down

0 comments on commit 0d220ab

Please sign in to comment.