Skip to content

Commit

Permalink
Update ProjectAutomation pakcage requirement to use exact version
Browse files Browse the repository at this point in the history
  • Loading branch information
woohyunjin06 committed Jul 16, 2022
1 parent 2ce2b13 commit 095a195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"state": {
"branch": null,
"revision": "54d7d05bbe4ea1666400999acefb0ebbc23e91d8",
"version": null
"version": "3.8.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/tuist/ProjectAutomation", .revisionItem("54d7d05bbe4ea1666400999acefb0ebbc23e91d8")),
.package(url: "https://github.com/tuist/ProjectAutomation", .exact("3.8.0")),
],
targets: [
.target(
Expand Down

0 comments on commit 095a195

Please sign in to comment.