Skip to content

Commit 7813d5f

Browse files
chore(deps): update dependency quick/quick to v7
1 parent 1066f04 commit 7813d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.library(name: "TPPDF", targets: ["TPPDF"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
15+
.package(url: "https://github.com/Quick/Quick", .exact("7.3.1")),
1616
.package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
1717
],
1818
targets: [

0 commit comments

Comments
 (0)