Skip to content

Commit

Permalink
disable OHHTTPStubs
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Apr 16, 2022
1 parent 1af153e commit 0c0e430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let testDependencies: [Package.Dependency] = isRelease
? []
: [
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.6.0"),
.package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", from: "9.1.0"),
// .package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", from: "9.1.0"),
.package(url: "https://github.com/ishkawa/APIKit.git", from: "5.3.0"),
.package(url: "https://github.com/Moya/Moya.git", from: "15.0.0"),
]
Expand All @@ -19,7 +19,7 @@ let testTargetDependencies: [Target.Dependency] = isRelease
"Alamofire",
"APIKit",
"Moya",
.product(name: "OHHTTPStubsSwift", package: "OHHTTPStubs"),
// .product(name: "OHHTTPStubsSwift", package: "OHHTTPStubs"),
]

let package = Package(
Expand Down

0 comments on commit 0c0e430

Please sign in to comment.