Skip to content

Commit 0c08efe

Browse files
authored
1 parent a3e2da9 commit 0c08efe

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Cartfile.private

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "jspahrsummers/xcconfigs" == 0.12
2-
github "Quick/Quick" ~> 2.0.0
3-
github "Quick/Nimble" ~> 8.0.0
2+
github "Quick/Quick" ~> 2.2.1
3+
github "Quick/Nimble" ~> 8.0.9

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "Quick/Nimble" "v8.0.2"
2-
github "Quick/Quick" "v2.0.0"
1+
github "Quick/Nimble" "v8.0.9"
2+
github "Quick/Quick" "v2.2.1"
33
github "jspahrsummers/xcconfigs" "0.12"

Carthage/Checkouts/Nimble

Submodule Nimble updated 39 files

Carthage/Checkouts/Quick

Submodule Quick updated 84 files

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ let package = Package(
1010
.library(name: "ReactiveSwift", targets: ["ReactiveSwift"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/Quick/Quick.git", from: "2.0.0"),
14-
.package(url: "https://github.com/Quick/Nimble.git", from: "8.0.0"),
13+
.package(url: "https://github.com/Quick/Quick.git", from: "2.2.1"),
14+
.package(url: "https://github.com/Quick/Nimble.git", from: "8.0.9"),
1515
],
1616
targets: [
1717
.target(name: "ReactiveSwift", dependencies: [], path: "Sources"),

0 commit comments

Comments
 (0)