Skip to content

Commit b35827a

Browse files
Point Issue Reporting to xctest-dynamic-overlay repo (#3257)
* Update XCTestDyanmicOverlay package name. * update versions --------- Co-authored-by: Stephen Celis <[email protected]>
1 parent 5b6fbc5 commit b35827a

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

Package.resolved

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

Package.swift

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ let package = Package(
2121
.package(url: "https://github.com/apple/swift-collections", from: "1.1.0"),
2222
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
2323
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
24-
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.1"),
25-
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.5.3"),
24+
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.2"),
25+
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.5.4"),
2626
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.1.0"),
27-
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.1"),
28-
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.4"),
27+
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.2"),
28+
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.5"),
2929
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.1.0"),
3030
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.2.0"),
31-
.package(url: "https://github.com/pointfreeco/swift-perception", from: "1.3.3"),
32-
.package(url: "https://github.com/pointfreeco/swiftui-navigation", from: "1.5.2"),
33-
.package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "1.2.2"),
31+
.package(url: "https://github.com/pointfreeco/swift-perception", from: "1.3.4"),
32+
.package(url: "https://github.com/pointfreeco/swiftui-navigation", from: "1.5.3"),
33+
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2"),
3434
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"),
3535
],
3636
targets: [
@@ -45,7 +45,7 @@ let package = Package(
4545
.product(name: "Dependencies", package: "swift-dependencies"),
4646
.product(name: "DependenciesMacros", package: "swift-dependencies"),
4747
.product(name: "IdentifiedCollections", package: "swift-identified-collections"),
48-
.product(name: "IssueReporting", package: "swift-issue-reporting"),
48+
.product(name: "IssueReporting", package: "xctest-dynamic-overlay"),
4949
.product(name: "OrderedCollections", package: "swift-collections"),
5050
.product(name: "Perception", package: "swift-perception"),
5151
.product(name: "SwiftUINavigationCore", package: "swiftui-navigation"),
@@ -58,7 +58,7 @@ let package = Package(
5858
name: "ComposableArchitectureTests",
5959
dependencies: [
6060
"ComposableArchitecture",
61-
.product(name: "IssueReportingTestSupport", package: "swift-issue-reporting"),
61+
.product(name: "IssueReportingTestSupport", package: "xctest-dynamic-overlay"),
6262
]
6363
),
6464
.macro(

0 commit comments

Comments
 (0)