Skip to content

Commit fee2004

Browse files
authored
Merge pull request #648 from ReactiveCocoa/swiftpm-update-nimble
[SwiftPM] Update Nimble
2 parents 1def5d2 + 88fb52f commit fee2004

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
dependencies: [
1010
.package(url: "https://github.com/antitypical/Result.git", from: "4.0.0"),
1111
.package(url: "https://github.com/Quick/Quick.git", from: "1.3.0"),
12-
.package(url: "https://github.com/Quick/Nimble.git", from: "7.1.1"),
12+
.package(url: "https://github.com/Quick/Nimble.git", from: "7.1.2"),
1313
],
1414
targets: [
1515
.target(name: "ReactiveSwift", dependencies: ["Result"], path: "Sources"),

0 commit comments

Comments
 (0)