Skip to content

Commit

Permalink
Make rocket a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Jan 4, 2020
1 parent 8dc9ace commit f9fffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
.package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "2.0.0")), // dev
.package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "8.0.0")), // dev
.package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", .branch("feature/spm-support")), // dev
.package(url: "https://github.com/shibapm/Rocket", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/shibapm/Rocket", .upToNextMajor(from: "1.0.0")), // dev
],
targets: [
.target(name: "Moya", dependencies: ["Alamofire"]),
Expand Down

0 comments on commit f9fffa2

Please sign in to comment.