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
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"repositoryURL": "https://github.com/pointfreeco/swift-case-paths",
77
"state": {
88
"branch": null,
9-
"revision": "c3a42e8d1a76ff557cf565ed6d8b0aee0e6e75af",
10-
"version": "0.11.0"
9+
"revision": "5da6989aae464f324eef5c5b52bdb7974725ab81",
10+
"version": "1.0.0"
1111
}
1212
},
1313
{
1414
"package": "swift-custom-dump",
1515
"repositoryURL": "https://github.com/pointfreeco/swift-custom-dump",
1616
"state": {
1717
"branch": null,
18-
"revision": "819d9d370cd721c9d87671e29d947279292e4541",
19-
"version": "0.6.0"
18+
"revision": "edd66cace818e1b1c6f1b3349bb1d8e00d6f8b01",
19+
"version": "1.0.0"
2020
}
2121
},
2222
{
@@ -33,8 +33,8 @@
3333
"repositoryURL": "https://github.com/pointfreeco/xctest-dynamic-overlay",
3434
"state": {
3535
"branch": null,
36-
"revision": "a9daebf0bf65981fd159c885d504481a65a75f02",
37-
"version": "0.8.0"
36+
"revision": "302891700c7fa3b92ebde9fe7b42933f8349f3c7",
37+
"version": "1.0.0"
3838
}
3939
}
4040
]

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)