From a0e7d73f462c1c38c59dc40a3969ac40cea42950 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Sun, 30 Jul 2023 15:34:51 -0700 Subject: [PATCH] Bump to Case Paths 1.0 (#306) --- Package.resolved | 13 +++++++++++-- Package.swift | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index dbc273a367..908ee008e9 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-case-paths", "state" : { - "revision" : "241301b67d8551c26d8f09bd2c0e52cc49f18007", - "version" : "0.8.0" + "revision" : "5da6989aae464f324eef5c5b52bdb7974725ab81", + "version" : "1.0.0" } }, { @@ -35,6 +35,15 @@ "revision" : "3303b164430d9a7055ba484c8ead67a52f7b74f6", "version" : "1.0.0" } + }, + { + "identity" : "xctest-dynamic-overlay", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", + "state" : { + "revision" : "302891700c7fa3b92ebde9fe7b42933f8349f3c7", + "version" : "1.0.0" + } } ], "version" : 2 diff --git a/Package.swift b/Package.swift index 8bf573bd4f..6a6a93bba5 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), - .package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.8.0"), + .package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.0.0"), .package(url: "https://github.com/google/swift-benchmark", from: "0.1.1"), ], targets: [