Skip to content

Commit d97f6f3

Browse files
authored
Bump Quick and Nimble (#124)
1 parent 8a12818 commit d97f6f3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cartfile.private

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "Quick/Quick" ~> 4.0
2-
github "Quick/Nimble" ~> 9.0
1+
github "Quick/Quick" ~> 5.0
2+
github "Quick/Nimble" ~> 10.0

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "Quick/Nimble" "v9.2.1"
2-
github "Quick/Quick" "v4.0.0"
1+
github "Quick/Nimble" "v10.0.0"
2+
github "Quick/Quick" "v5.0.1"

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ let package = Package(
1818
)
1919
],
2020
dependencies: [
21-
.package(name: "Quick", url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "4.0.0")),
22-
.package(name: "Nimble", url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "9.0.0"))
21+
.package(name: "Quick", url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "5.0.0")),
22+
.package(name: "Nimble", url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "10.0.0"))
2323
],
2424
targets: [
2525
.target(

0 commit comments

Comments
 (0)