Skip to content

Commit 5cce09b

Browse files
committed
Fix houndci warning
1 parent f152cb6 commit 5cce09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.package(url: "https://github.com/antitypical/Result.git", from: "4.1.0"),
1111
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", from: "5.0.0"),
1212
.package(url: "https://github.com/Quick/Quick.git", from: "2.0.0"),
13-
.package(url: "https://github.com/Quick/Nimble.git", from: "8.0.1"),
13+
.package(url: "https://github.com/Quick/Nimble.git", from: "8.0.1")
1414
],
1515
targets: [
1616
.target(name: "ReactiveTask", dependencies: ["Result", "ReactiveSwift"], path: "Sources"),

0 commit comments

Comments
 (0)