Skip to content

Commit 1cfd564

Browse files
authored
Point Issue Reporting to xctest-dynamic-overlay URL (#105)
1 parent 12fb6c3 commit 1cfd564

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ let package = Package(
1717
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.5.0"),
1818
.package(url: "https://github.com/apple/swift-collections", from: "1.0.3"),
1919
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
20-
.package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "1.2.0"),
2120
.package(url: "https://github.com/pointfreeco/swift-parsing", from: "0.13.0"),
21+
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2"),
2222
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.1"),
2323
],
2424
targets: [
2525
.target(
2626
name: "URLRouting",
2727
dependencies: [
28-
.product(name: "IssueReporting", package: "swift-issue-reporting"),
28+
.product(name: "IssueReporting", package: "xctest-dynamic-overlay"),
2929
.product(name: "OrderedCollections", package: "swift-collections"),
3030
.product(name: "Parsing", package: "swift-parsing"),
3131
]

0 commit comments

Comments
 (0)