Skip to content

Commit 13f65ce

Browse files
authored
Bump dependencies (#84)
1 parent dccba0f commit 13f65ce

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Package.resolved

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/pointfreeco/swift-case-paths",
2525
"state" : {
26-
"revision" : "870133b7b2387df136ad301ec67b2e864b51dda1",
27-
"version" : "0.14.0"
26+
"revision" : "5da6989aae464f324eef5c5b52bdb7974725ab81",
27+
"version" : "1.0.0"
2828
}
2929
},
3030
{
@@ -59,17 +59,17 @@
5959
"kind" : "remoteSourceControl",
6060
"location" : "https://github.com/pointfreeco/swift-parsing",
6161
"state" : {
62-
"revision" : "c6e2241daa46e5c6e5027a93b161bca6ba692bcc",
63-
"version" : "0.12.0"
62+
"revision" : "a0e7d73f462c1c38c59dc40a3969ac40cea42950",
63+
"version" : "0.13.0"
6464
}
6565
},
6666
{
6767
"identity" : "xctest-dynamic-overlay",
6868
"kind" : "remoteSourceControl",
6969
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
7070
"state" : {
71-
"revision" : "ab8c9f45843694dd16be4297e6d44c0634fd9913",
72-
"version" : "0.8.4"
71+
"revision" : "302891700c7fa3b92ebde9fe7b42933f8349f3c7",
72+
"version" : "1.0.0"
7373
}
7474
}
7575
],

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ 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-parsing", from: "0.12.0"),
21-
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "0.3.0"),
20+
.package(url: "https://github.com/pointfreeco/swift-parsing", from: "0.13.0"),
21+
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"),
2222
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.1"),
2323
],
2424
targets: [

0 commit comments

Comments
 (0)