From 49f031bed9a2f6f76108cfbf194907e7cdf7ed3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 03:14:49 +0000 Subject: [PATCH] build(deps): bump github.com/krzysztofzablocki/inject in /Tuist Bumps [github.com/krzysztofzablocki/inject](https://github.com/krzysztofzablocki/Inject) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/krzysztofzablocki/Inject/releases) - [Commits](https://github.com/krzysztofzablocki/Inject/compare/1.5.0...1.5.1) --- updated-dependencies: - dependency-name: github.com/krzysztofzablocki/inject dependency-type: direct:production update-type: version-update:semver-patch ... 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 54b3ab3..9c7c576 100644 --- a/Tuist/Package.resolved +++ b/Tuist/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/krzysztofzablocki/Inject.git", "state" : { - "revision" : "838e614220000a563bbaeba2974236f2c2c51e13", - "version" : "1.5.0" + "revision" : "5ddde54c87bfda228a0073132434e9e5e81952af", + "version" : "1.5.1" } } ], diff --git a/Tuist/Package.swift b/Tuist/Package.swift index 3d3e6c0..a8c997d 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.5.0"), + .package(url: "https://github.com/krzysztofzablocki/Inject.git", exact: "1.5.1"), ] )