Skip to content

Commit

Permalink
Version 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSB committed Aug 12, 2022
1 parent d55cfd7 commit 3206a0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let rocketIfNeeded: [Package.Dependency]

#if os(OSX) || os(Linux)
rocketIfNeeded = [
.package(url: "https://github.com/shibapm/Rocket", .upToNextMajor(from: "1.2.0")) // dev
// .package(url: "https://github.com/shibapm/Rocket", .upToNextMajor(from: "1.2.0")) // dev
]
#else
rocketIfNeeded = []
Expand All @@ -30,9 +30,9 @@ let package = Package(
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", .upToNextMajor(from: "6.0.0")),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.0.0")),
.package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "4.0.0")), // dev
.package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "9.0.0")), // dev
.package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", .upToNextMajor(from: "9.0.0")) // dev
// .package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "4.0.0")), // dev
// .package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "9.0.0")), // dev
// .package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", .upToNextMajor(from: "9.0.0")) // dev
] + rocketIfNeeded,
targets: [
.target(
Expand Down Expand Up @@ -65,7 +65,7 @@ let package = Package(
]
),
.testTarget(
name: "MoyaTests", // dev
// name: "MoyaTests", // dev

This comment has been minimized.

Copy link
@lukewakeford

lukewakeford Aug 12, 2022

Think this might have broken SPM #2273

This comment has been minimized.

Copy link
@AndrewSB

AndrewSB Aug 12, 2022

Author Member

thanks @lukewakeford, this is incorrectly tagged for our release tool. working on a fix now https://github.com/shibapm/Rocket#hide-dev-dependencies

dependencies: [
"Moya",
"CombineMoya",
Expand Down

0 comments on commit 3206a0f

Please sign in to comment.