Skip to content

Commit e96256f

Browse files
committed
test swift-issue-reporting fix
1 parent c8e4711 commit e96256f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Package.resolved

Lines changed: 6 additions & 6 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
@@ -38,7 +38,7 @@ let package = Package(
3838
.package(url: "https://github.com/swiftlang/swift-package-manager.git", branch: "release/5.10"),
3939
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.4"),
4040
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
41-
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.5.2"),
41+
.package(url: "https://github.com/finestructure/swift-dependencies", branch: "updated-swift-issue-reporting"),
4242
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
4343
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.1"),
4444
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),

0 commit comments

Comments
 (0)