Skip to content

Commit a0e7d73

Browse files
authored
Bump to Case Paths 1.0 (#306)
1 parent 035d7f0 commit a0e7d73

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Package.resolved

+11-2
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" : "241301b67d8551c26d8f09bd2c0e52cc49f18007",
27-
"version" : "0.8.0"
26+
"revision" : "5da6989aae464f324eef5c5b52bdb7974725ab81",
27+
"version" : "1.0.0"
2828
}
2929
},
3030
{
@@ -35,6 +35,15 @@
3535
"revision" : "3303b164430d9a7055ba484c8ead67a52f7b74f6",
3636
"version" : "1.0.0"
3737
}
38+
},
39+
{
40+
"identity" : "xctest-dynamic-overlay",
41+
"kind" : "remoteSourceControl",
42+
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
43+
"state" : {
44+
"revision" : "302891700c7fa3b92ebde9fe7b42933f8349f3c7",
45+
"version" : "1.0.0"
46+
}
3847
}
3948
],
4049
"version" : 2

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
],
1919
dependencies: [
2020
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
21-
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.8.0"),
21+
.package(url: "https://github.com/pointfreeco/swift-case-paths", 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)