Skip to content

Commit

Permalink
Update dependency Quick/Quick to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 21, 2023
1 parent 14e1f99 commit a7e69c0
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 @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/techprimate/TPPDF", .upToNextMajor(from: "2.4.1")),
.package(url: "https://github.com/Quick/Quick", .upToNextMajor(from: "2.2.0")),
.package(url: "https://github.com/Quick/Quick", .upToNextMajor(from: "v7.0.0")),
.package(url: "https://github.com/Quick/Nimble", .upToNextMajor(from: "v12.0.0")),
],
targets: [
Expand Down

0 comments on commit a7e69c0

Please sign in to comment.