We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddef59e commit 4f12970Copy full SHA for 4f12970
1 file changed
Package.swift
@@ -14,7 +14,7 @@ let package = Package(
14
dependencies: [
15
.package(url: "https://github.com/techprimate/TPPDF", from: "2.4.1"),
16
//dev .package(url: "https://github.com/Quick/Quick", from: "7.0.0"),
17
- //dev .package(url: "https://github.com/Quick/Nimble", from: "12.0.0")
+ //dev .package(url: "https://github.com/Quick/Nimble", from: "12.0.0"),
18
//dev .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.50.4"),
19
],
20
targets: [
0 commit comments