Skip to content

Commit

Permalink
Update OHHTTPStubs
Browse files Browse the repository at this point in the history
  • Loading branch information
azarovalex committed May 28, 2024
1 parent 301ae66 commit f367bf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "AliSoftware/OHHTTPStubs" ~> 9.0
github "AliSoftware/OHHTTPStubs" "c582400a38590a3dabb4353416d9d46cb7278d06" # Xcode 14.3+ support
github "mapbox/mapbox-events-ios" ~> 0.10
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "AliSoftware/OHHTTPStubs" "9.1.0"
github "AliSoftware/OHHTTPStubs" "c582400a38590a3dabb4353416d9d46cb7278d06"
github "mapbox/mapbox-events-ios" "v0.10.14"
github "mapbox/turf-swift" "v2.8.0"
github "raphaelmor/Polyline" "v5.1.0"
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
.package(url: "https://github.com/raphaelmor/Polyline.git", from: "5.0.2"),
.package(name: "Turf", url: "https://github.com/mapbox/turf-swift.git", "2.8.0"..<"2.9.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
.package(url: "https://github.com/AliSoftware/OHHTTPStubs", from: "9.1.0")
.package(url: "https://github.com/AliSoftware/OHHTTPStubs", revision: "c582400a38590a3dabb4353416d9d46cb7278d06") // Xcode 14.3+ support
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit f367bf4

Please # to comment.