Skip to content

Commit ad58a68

Browse files
dependjinbot[bot]dependjinbot
andauthored
Updated one or more module dependencies in build.ps1 (#239)
Co-authored-by: dependjinbot <dependjinbot@endjin.com>
1 parent f09c178 commit ad58a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ param (
7171
[string] $BuildModulePath,
7272

7373
[Parameter()]
74-
[version] $BuildModuleVersion = "1.5.11",
74+
[version] $BuildModuleVersion = "1.5.12",
7575

7676
[Parameter()]
7777
[string] $BuildModulePackageVersion = $BuildModuleVersion,
7878

7979
[Parameter()]
80-
[version] $InvokeBuildModuleVersion = "5.10.3"
80+
[version] $InvokeBuildModuleVersion = "5.11.3"
8181
)
8282

8383
$ErrorActionPreference = $ErrorActionPreference ? $ErrorActionPreference : 'Stop'

0 commit comments

Comments
 (0)