Skip to content

Commit 5195805

Browse files
committed
Update the required module version
1 parent 76314e5 commit 5195805

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bootstrap.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Push-Location $PSScriptRoot
1414
$Policy = (Get-PSRepository PSGallery).InstallationPolicy
1515
Set-PSRepository PSGallery -InstallationPolicy Trusted
1616
try {
17-
Install-Module PSDepend -RequiredVersion 0.2.5 -Scope:$Scope -Repository PSGallery -ErrorAction Stop
17+
Install-Module PSDepend -RequiredVersion 0.3.0 -Scope:$Scope -Repository PSGallery -ErrorAction Stop
1818
} finally {
1919
# Make sure we didn't change anything permanently
2020
Set-PSRepository PSGallery -InstallationPolicy:$Policy
2121
}
22-
Import-Module PSDepend -RequiredVersion 0.2.5
22+
Import-Module PSDepend -RequiredVersion 0.3.0

0 commit comments

Comments
 (0)