Skip to content

Commit 9085501

Browse files
authored
Point updated packages to swiftlang organization (#240)
1 parent 2ee34c9 commit 9085501

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dependencies.xcworkspace/xcshareddata/swiftpm/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.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
@@ -22,11 +22,11 @@ let package = Package(
2222
),
2323
],
2424
dependencies: [
25-
.package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"601.0.0-prerelease"),
2625
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.0"),
2726
.package(url: "https://github.com/pointfreeco/swift-clocks", from: "1.0.0"),
2827
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"),
2928
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.1.0"),
29+
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"),
3030
],
3131
targets: [
3232
.target(

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ let package = Package(
2222
),
2323
],
2424
dependencies: [
25-
.package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"601.0.0-prerelease"),
2625
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.0"),
2726
.package(url: "https://github.com/pointfreeco/swift-clocks", from: "1.0.0"),
2827
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"),
2928
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.1.0"),
29+
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"),
3030
],
3131
targets: [
3232
.target(

0 commit comments

Comments
 (0)