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

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
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)