From 31d8d26b70ee6a9a9e8a29703b0228ce3804ef49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 15:26:06 +0000 Subject: [PATCH] build(deps): bump github.com/krzysztofzablocki/inject in /Tuist Bumps [github.com/krzysztofzablocki/inject](https://github.com/krzysztofzablocki/Inject) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/krzysztofzablocki/Inject/releases) - [Commits](https://github.com/krzysztofzablocki/Inject/compare/1.4.0...1.5.0) --- updated-dependencies: - dependency-name: github.com/krzysztofzablocki/inject dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Tuist/Package.resolved | 4 ++-- Tuist/Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tuist/Package.resolved b/Tuist/Package.resolved index 8655731..54b3ab3 100644 --- a/Tuist/Package.resolved +++ b/Tuist/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/krzysztofzablocki/Inject.git", "state" : { - "revision" : "d394c5327141ba490a13080147af7228ee77aa59", - "version" : "1.4.0" + "revision" : "838e614220000a563bbaeba2974236f2c2c51e13", + "version" : "1.5.0" } } ], diff --git a/Tuist/Package.swift b/Tuist/Package.swift index 8ed5b3b..3d3e6c0 100644 --- a/Tuist/Package.swift +++ b/Tuist/Package.swift @@ -16,6 +16,6 @@ let package = Package( name: "EasyScale", dependencies: [ .package(url: "https://github.com/jessesquires/Foil.git", exact: "5.0.0"), - .package(url: "https://github.com/krzysztofzablocki/Inject.git", exact: "1.4.0"), + .package(url: "https://github.com/krzysztofzablocki/Inject.git", exact: "1.5.0"), ] )