Bump dagger from 2.20 to 2.21 in /Plan (#884)

Bumps [dagger](https://github.com/google/dagger) from 2.20 to 2.21.
- [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.20...dagger-2.21)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-01-18 15:50:48 +02:00 committed by Risto Lahtela
parent b382e73d6e
commit e369f36547

View File

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