Skip to content

Commit

Permalink
Bump github.com/tuist/xcodeproj from 7.18.0 to 8.17.0
Browse files Browse the repository at this point in the history
Bumps [github.com/tuist/xcodeproj](https://github.com/tuist/xcodeproj) from 7.18.0 to 8.17.0.
- [Release notes](https://github.com/tuist/xcodeproj/releases)
- [Commits](tuist/XcodeProj@7.18.0...8.17.0)

---
updated-dependencies:
- dependency-name: github.com/tuist/xcodeproj
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 5f9b433 commit ec33ea9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
"repositoryURL": "https://github.com/tadija/AEXML",
"state": {
"branch": null,
"revision": "8623e73b193386909566a9ca20203e33a09af142",
"version": "4.5.0"
"revision": "38f7d00b23ecd891e1ee656fa6aeebd6ba04ecc3",
"version": "4.6.1"
}
},
{
"package": "PathKit",
"repositoryURL": "https://github.com/kylef/PathKit",
"state": {
"branch": null,
"revision": "73f8e9dca9b7a3078cb79128217dc8f2e585a511",
"version": "1.0.0"
"revision": "3bfd2737b700b9a36565a8c94f4ad2b050a5e574",
"version": "1.0.1"
}
},
{
"package": "Spectre",
"repositoryURL": "https://github.com/kylef/Spectre.git",
"state": {
"branch": null,
"revision": "f14ff47f45642aa5703900980b014c2e9394b6e5",
"version": "0.9.0"
"revision": "26cc5e9ae0947092c7139ef7ba612e34646086c7",
"version": "0.10.1"
}
},
{
Expand All @@ -42,8 +42,8 @@
"repositoryURL": "https://github.com/tuist/xcodeproj.git",
"state": {
"branch": null,
"revision": "82bf5efcaa27e94ed8c761c1eb3e397b6dea82b9",
"version": "7.18.0"
"revision": "a3e5d54f8c8a2964ee54870fda33b28651416581",
"version": "8.17.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
.package(name: "XcodeProj",
url: "https://github.com/tuist/xcodeproj.git",
.upToNextMajor(from: "7.18.0")),
.upToNextMajor(from: "8.17.0")),
.package(url: "https://github.com/apple/swift-argument-parser.git",
.upToNextMajor(from: "1.3.0")),
],
Expand Down

0 comments on commit ec33ea9

Please sign in to comment.