Bump dagger-compiler from 2.24 to 2.25.2 in /Plan

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-24 05:21:15 +00:00
parent 70b0a80e65
commit a771c980b1

View File

@ -54,7 +54,7 @@ subprojects {
targetCompatibility = 1.8
ext.daggerVersion = "2.25"
ext.daggerCompilerVersion = "2.24"
ext.daggerCompilerVersion = "2.25.2"
ext.abstractPluginFrameworkVersion = "3.4.2"