Skip to content

Commit ce17d79

Browse files
authored
fix: Setup exact version for DeepDiff
2 parents 7781fff + 7268b2f commit ce17d79

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ let package = Package(
1212
targets: ["GRProvider"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/onmyway133/DeepDiff.git", .upToNextMajor(from: "2.3.0"))
16-
15+
.package(url: "https://github.com/onmyway133/DeepDiff.git", .exact("2.3.0"))
1716
],
1817
targets: [
1918
.target(

0 commit comments

Comments
 (0)