Skip to content

Commit 30d9b4a

Browse files
Merge pull request #52 from CheekyGhost-Labs/develop
Merging develop for 4.2.1 patch release
2 parents accf36d + 4c3cfcd commit 30d9b4a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Package.resolved

Lines changed: 5 additions & 5 deletions
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
@@ -20,7 +20,7 @@ let package = Package(
2020
),
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.1"),
23+
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "510.0.1"),
2424
],
2525
targets: [
2626
.target(

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
),
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.1"),
23+
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "510.0.1"),
2424
],
2525
targets: [
2626
.target(

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
),
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.1"),
23+
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "510.0.1"),
2424
],
2525
targets: [
2626
.target(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Currently, SyntaxSparrow supports Swift Package Manager (SPM).
336336
To add SyntaxSparrow to your project, add the following line to your dependencies in your Package.swift file:
337337

338338
```swift
339-
.package(url: "https://github.com/CheekyGhost-Labs/SyntaxSparrow", from: "4.2.0")
339+
.package(url: "https://github.com/CheekyGhost-Labs/SyntaxSparrow", from: "4.2.1")
340340
```
341341

342342
Then, add SyntaxSparrow as a dependency for your target:

0 commit comments

Comments
 (0)