Bump dagger-compiler from 2.26 to 2.27 in /Plan

Bumps [dagger-compiler](https://github.com/google/dagger) from 2.26 to 2.27.
- [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.26...dagger-2.27)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-20 05:24:00 +00:00
parent 4087909355
commit f741d4bc85

View File

@ -64,7 +64,7 @@ subprojects {
targetCompatibility = JavaVersion.VERSION_1_8
ext.daggerVersion = "2.26"
ext.daggerCompilerVersion = "2.26"
ext.daggerCompilerVersion = "2.27"
ext.abstractPluginFrameworkVersion = "3.4.2"