Skip to content

Commit

Permalink
Bump versions of required modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerbrand van der Weg committed Jun 26, 2019
1 parent bf2a97a commit 1231049
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Stucco/Stucco.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@{ModuleName = 'BuildHelpers'; ModuleVersion = '2.0.8'}
@{ModuleName = 'Plaster'; ModuleVersion = '1.1.3'}
@{ModuleName = 'psake'; ModuleVersion = '4.8.0'}
@{ModuleName = 'PowerShellBuild'; ModuleVersion = '0.3.0'}
@{ModuleName = 'PowerShellBuild'; ModuleVersion = '0.3.1'}
)
FunctionsToExport = @()
CmdletsToExport = @()
Expand Down
2 changes: 1 addition & 1 deletion Stucco/template/psakeFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ properties {

task default -depends Test

task Test -FromModule PowerShellBuild -Version '0.3.0'
task Test -FromModule PowerShellBuild -Version '0.3.1'
2 changes: 1 addition & 1 deletion Stucco/template/requirements.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
Version = '2.0.8'
}
'PowerShellBuild' = @{
Version = '0.3.0'
Version = '0.3.1'
}
}
2 changes: 1 addition & 1 deletion psakeFile.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

task default -depends test

task Test -FromModule PowerShellBuild -Version 0.3.0
task Test -FromModule PowerShellBuild -Version 0.3.1

6 changes: 3 additions & 3 deletions requirements.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
Version = '4.8.0'
}
'BuildHelpers' = @{
Version = '2.0.0'
Version = '2.0.8'
}
'Plaster' = @{
Version = '1.1.3'
}
'PowerShellBuild' = @{
Version = '0.3.0'
Version = '0.3.1'
}
'PSScriptAnalyzer' = @{
Version = '1.18.0'
Version = '1.18.1'
}
}

0 comments on commit 1231049

Please sign in to comment.