Skip to content

Commit 66b1ed9

Browse files
committed
bump dependencies
1 parent 0eb5d33 commit 66b1ed9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PoshBot/PoshBot.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ PowerShellVersion = '5.0'
5252

5353
# Modules that must be imported into the global environment prior to importing this module
5454
RequiredModules = @(
55-
@{ModuleName = 'Configuration'; ModuleVersion = '1.3.1'}
56-
@{ModuleName = 'PSSlack'; ModuleVersion = '1.0.2'}
55+
@{ModuleName = 'Configuration'; ModuleVersion = '1.6.0'}
56+
@{ModuleName = 'PSSlack'; ModuleVersion = '1.0.6'}
5757
)
5858

5959
# Assemblies that must be loaded prior to importing this module

requirements.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
}
55
psake = '4.9.0'
66
BuildHelpers = '2.0.11'
7-
Configuration = '1.3.1'
7+
Configuration = '1.6.0'
88
Pester = '4.9.0'
99
PSScriptAnalyzer = '1.18.3'
10-
PSSlack = '1.0.2'
10+
PSSlack = '1.0.6'
1111
platyPS = '0.14.0'
1212
}

0 commit comments

Comments
 (0)