Skip to content

Commit

Permalink
Update snapshot testing dependency by using from instead of exact
Browse files Browse the repository at this point in the history
… versioning.

Related to that Issue (mapbox#4737)
  • Loading branch information
AF-cgi committed Dec 29, 2024
1 parent 2639d99 commit e1bf52c
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 @@ -33,7 +33,7 @@ let package = Package(
.package(url: "https://github.com/mapbox/mapbox-maps-ios.git", exact: mapsVersion),
.package(url: "https://github.com/mapbox/turf-swift.git", exact: "4.0.0-beta.1"),
.package(url: "https://github.com/AliSoftware/OHHTTPStubs", from: "9.1.0"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", exact: "1.12.0"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.12.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
],
targets: [
Expand Down

0 comments on commit e1bf52c

Please sign in to comment.