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"), ] )