Skip to content

Commit

Permalink
chore(deps): update dependency quick/quick to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 5, 2024
1 parent 0765cbe commit a9f9575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
.library(name: "TPPDF", targets: ["TPPDF"]),
],
dependencies: [
.package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
.package(url: "https://github.com/Quick/Quick", .exact("7.5.0")),
.package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
],
targets: [
Expand Down

0 comments on commit a9f9575

Please sign in to comment.