Skip to content

Commit cc26d06

Browse files
authored
Point Issue Reporting to xctest-dynamic-overlay repo (#251)
* Update XCTestDyanmicOverlay package name. * wip
1 parent 5201882 commit cc26d06

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

Package.resolved

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

Package.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ let package = Package(
2222
),
2323
],
2424
dependencies: [
25-
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.1"),
26-
.package(url: "https://github.com/pointfreeco/swift-clocks", from: "1.0.3"),
25+
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.2"),
26+
.package(url: "https://github.com/pointfreeco/swift-clocks", from: "1.0.4"),
2727
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"),
28-
.package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "1.2.0"),
28+
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2"),
2929
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"),
3030
],
3131
targets: [
3232
.target(
3333
name: "DependenciesTestObserver",
3434
dependencies: [
35-
.product(name: "IssueReporting", package: "swift-issue-reporting")
35+
.product(name: "IssueReporting", package: "xctest-dynamic-overlay")
3636
]
3737
),
3838
.target(
@@ -41,23 +41,23 @@ let package = Package(
4141
.product(name: "Clocks", package: "swift-clocks"),
4242
.product(name: "CombineSchedulers", package: "combine-schedulers"),
4343
.product(name: "ConcurrencyExtras", package: "swift-concurrency-extras"),
44-
.product(name: "IssueReporting", package: "swift-issue-reporting"),
45-
.product(name: "XCTestDynamicOverlay", package: "swift-issue-reporting"),
44+
.product(name: "IssueReporting", package: "xctest-dynamic-overlay"),
45+
.product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"),
4646
]
4747
),
4848
.testTarget(
4949
name: "DependenciesTests",
5050
dependencies: [
5151
"Dependencies",
5252
"DependenciesMacros",
53-
.product(name: "IssueReportingTestSupport", package: "swift-issue-reporting"),
53+
.product(name: "IssueReportingTestSupport", package: "xctest-dynamic-overlay"),
5454
]
5555
),
5656
.target(
5757
name: "DependenciesMacros",
5858
dependencies: [
5959
"DependenciesMacrosPlugin",
60-
.product(name: "IssueReporting", package: "swift-issue-reporting"),
60+
.product(name: "IssueReporting", package: "xctest-dynamic-overlay"),
6161
]
6262
),
6363
.macro(

[email protected]

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ let package = Package(
2222
),
2323
],
2424
dependencies: [
25-
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.1"),
26-
.package(url: "https://github.com/pointfreeco/swift-clocks", from: "1.0.3"),
25+
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.2"),
26+
.package(url: "https://github.com/pointfreeco/swift-clocks", from: "1.0.4"),
2727
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"),
28-
.package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "1.2.0"),
28+
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2"),
2929
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"),
3030
],
3131
targets: [
3232
.target(
3333
name: "DependenciesTestObserver",
3434
dependencies: [
35-
.product(name: "IssueReporting", package: "swift-issue-reporting"),
35+
.product(name: "IssueReporting", package: "xctest-dynamic-overlay"),
3636
]
3737
),
3838
.target(
@@ -41,24 +41,24 @@ let package = Package(
4141
.product(name: "Clocks", package: "swift-clocks"),
4242
.product(name: "CombineSchedulers", package: "combine-schedulers"),
4343
.product(name: "ConcurrencyExtras", package: "swift-concurrency-extras"),
44-
.product(name: "IssueReporting", package: "swift-issue-reporting"),
45-
.product(name: "XCTestDynamicOverlay", package: "swift-issue-reporting"),
44+
.product(name: "IssueReporting", package: "xctest-dynamic-overlay"),
45+
.product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"),
4646
]
4747
),
4848
.testTarget(
4949
name: "DependenciesTests",
5050
dependencies: [
5151
"Dependencies",
5252
"DependenciesMacros",
53-
.product(name: "IssueReportingTestSupport", package: "swift-issue-reporting"),
53+
.product(name: "IssueReportingTestSupport", package: "xctest-dynamic-overlay"),
5454
]
5555
),
5656
.target(
5757
name: "DependenciesMacros",
5858
dependencies: [
5959
"DependenciesMacrosPlugin",
60-
.product(name: "IssueReporting", package: "swift-issue-reporting"),
61-
.product(name: "XCTestDynamicOverlay", package: "swift-issue-reporting"),
60+
.product(name: "IssueReporting", package: "xctest-dynamic-overlay"),
61+
.product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"),
6262
]
6363
),
6464
.macro(

0 commit comments

Comments
 (0)