Bump dagger from 2.25.4 to 2.26 in /Plan

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-30 05:29:53 +00:00
parent 55406cf586
commit f254f605d7

View File

@ -71,7 +71,7 @@ subprojects {
sourceCompatibility = 1.8
targetCompatibility = 1.8
ext.daggerVersion = "2.25.4"
ext.daggerVersion = "2.26"
ext.daggerCompilerVersion = "2.26"
ext.abstractPluginFrameworkVersion = "3.4.2"