diff --git a/Package.resolved b/Package.resolved index d97f3daa0e..3aace392cf 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-case-paths", "state" : { - "revision" : "870133b7b2387df136ad301ec67b2e864b51dda1", - "version" : "0.14.0" + "revision" : "5da6989aae464f324eef5c5b52bdb7974725ab81", + "version" : "1.0.0" } }, { @@ -59,8 +59,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-parsing", "state" : { - "revision" : "c6e2241daa46e5c6e5027a93b161bca6ba692bcc", - "version" : "0.12.0" + "revision" : "a0e7d73f462c1c38c59dc40a3969ac40cea42950", + "version" : "0.13.0" } }, { @@ -68,8 +68,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "ab8c9f45843694dd16be4297e6d44c0634fd9913", - "version" : "0.8.4" + "revision" : "302891700c7fa3b92ebde9fe7b42933f8349f3c7", + "version" : "1.0.0" } } ], diff --git a/Package.swift b/Package.swift index 1d416ae37f..0341742371 100644 --- a/Package.swift +++ b/Package.swift @@ -17,8 +17,8 @@ let package = Package( .package(url: "https://github.com/apple/swift-argument-parser", from: "0.5.0"), .package(url: "https://github.com/apple/swift-collections", from: "1.0.3"), .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), - .package(url: "https://github.com/pointfreeco/swift-parsing", from: "0.12.0"), - .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "0.3.0"), + .package(url: "https://github.com/pointfreeco/swift-parsing", from: "0.13.0"), + .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"), .package(url: "https://github.com/google/swift-benchmark", from: "0.1.1"), ], targets: [