Skip to content

Commit f5bcdac

Browse files
committed
Bump dependencies
1 parent 2aa885e commit f5bcdac

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ let package = Package(
2222
],
2323
dependencies: [
2424
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
25-
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.11.0"),
26-
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "0.6.0"),
27-
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "0.8.0"),
25+
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.0.0"),
26+
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"),
27+
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"),
2828
],
2929
targets: [
3030
.target(

0 commit comments

Comments
 (0)