Skip to content

Commit 4f12970

Browse files
committed
fix: typo in Package.swift
1 parent ddef59e commit 4f12970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
dependencies: [
1515
.package(url: "https://github.com/techprimate/TPPDF", from: "2.4.1"),
1616
//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")
17+
//dev .package(url: "https://github.com/Quick/Nimble", from: "12.0.0"),
1818
//dev .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.50.4"),
1919
],
2020
targets: [

0 commit comments

Comments
 (0)