Bump dagger from 2.21 to 2.22.1 in /Plan

Bumps [dagger](https://github.com/google/dagger) from 2.21 to 2.22.1.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.21...dagger-2.22.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-08 06:09:59 +00:00 committed by dependabot[bot]
parent 7fd8706722
commit b06eb86dd8

View File

@ -43,7 +43,7 @@ subprojects {
sourceCompatibility = 1.8
targetCompatibility = 1.8
ext.daggerVersion = "2.21"
ext.daggerVersion = "2.22.1"
ext.daggerCompilerVersion = "2.21"
ext.abstractPluginFrameworkVersion = "3.4.1"