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