Skip to content

Commit c982d10

Browse files
chore(deps): update dependency johnno1962/injectionnext to from: "1.3.2" (#1704)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [johnno1962/InjectionNext](https://redirect.github.com/johnno1962/InjectionNext) | patch | `from: "1.3.1"` -> `from: "1.3.2"` | --- ### Release Notes <details> <summary>johnno1962/InjectionNext (johnno1962/InjectionNext)</summary> ### [`v1.3.2`](https://redirect.github.com/johnno1962/InjectionNext/releases/tag/1.3.2) [Compare Source](https://redirect.github.com/johnno1962/InjectionNext/compare/1.3.1...1.3.2) New evolution of the InjectionIII app using Xcode to determine how to recompile files. - Type size change warning. - Multiple connections. **Full Changelog**: johnno1962/InjectionNext@1.3.1...1.3.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent 7556eca commit c982d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/injectionnext_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "injectionnext_example",
77
dependencies: [
8-
.package(url: "https://github.com/johnno1962/InjectionNext.git", from: "1.3.1"),
8+
.package(url: "https://github.com/johnno1962/InjectionNext.git", from: "1.3.2"),
99
],
1010
targets: [
1111
.testTarget(

0 commit comments

Comments
 (0)