Skip to content

Commit

Permalink
Specify the NN exact version (#7130)
Browse files Browse the repository at this point in the history
  • Loading branch information
kried authored Oct 28, 2024
1 parent 79c4baf commit 5c54bbc
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 @@ -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"),
Expand Down

0 comments on commit 5c54bbc

Please sign in to comment.