From ff675cc0218ea407c89621c658503505a9043e36 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 13 Jul 2022 14:40:24 +0200 Subject: [PATCH] update refs Signed-off-by: OCram85 --- src/Deps/Invoke-InstallDependency.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Deps/Invoke-InstallDependency.ps1 b/src/Deps/Invoke-InstallDependency.ps1 index ca685d2..6c451e3 100644 --- a/src/Deps/Invoke-InstallDependency.ps1 +++ b/src/Deps/Invoke-InstallDependency.ps1 @@ -48,7 +48,7 @@ function Invoke-InstallDependency { $PoshParams = @{ Name = 'posh-git' Scope = 'CurrentUser' - RequiredVersion = '1.0.0' + RequiredVersion = '1.1.0' Force = $true SkipPublisherCheck = $true AllowClobber = $true