From 5c54bbc24412d8cdbfde93065a8edbe7dd028384 Mon Sep 17 00:00:00 2001 From: Nastassia Makaranka Date: Mon, 28 Oct 2024 21:15:57 +0100 Subject: [PATCH] Specify the NN exact version (#7130) --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 5ff0fec877..4f86d18b22 100644 --- a/Package.swift +++ b/Package.swift @@ -29,7 +29,7 @@ let package = Package( targets: ["MapboxDirectionsCLI"]), ], dependencies: [ - .package(url: "https://github.com/mapbox/mapbox-navigation-native-ios.git", revision: navNativeRevision), + .package(url: "https://github.com/mapbox/mapbox-navigation-native-ios.git", exact: Version(stringLiteral: navNativeVersion)), .package(url: "https://github.com/mapbox/mapbox-maps-ios.git", exact: mapsVersion), .package(url: "https://github.com/mapbox/turf-swift.git", exact: "3.0.0"), .package(url: "https://github.com/AliSoftware/OHHTTPStubs", from: "9.1.0"),