Skip to content

Commit 0f97708

Browse files
committed
bump exact PLCR dep to 1.12.0 per @melekr recommendation
1 parent ad1f6e6 commit 0f97708

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
.library(name: "Backtrace", targets: ["Backtrace"])
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/microsoft/plcrashreporter.git", .exact("1.11.2")),
16+
.package(url: "https://github.com/microsoft/plcrashreporter.git", .exact("1.12.0")),
1717
.package(url: "https://github.com/Quick/Nimble.git", from: "10.0.0"),
1818
.package(url: "https://github.com/Quick/Quick.git", from: "5.0.1")
1919
],

0 commit comments

Comments
 (0)