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 f152cb6 commit 5cce09bCopy full SHA for 5cce09b
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
.package(url: "https://github.com/antitypical/Result.git", from: "4.1.0"),
11
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", from: "5.0.0"),
12
.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"),
+ .package(url: "https://github.com/Quick/Nimble.git", from: "8.0.1")
14
],
15
targets: [
16
.target(name: "ReactiveTask", dependencies: ["Result", "ReactiveSwift"], path: "Sources"),
0 commit comments