Bump dagger-compiler from 2.28.3 to 2.29.1 in /Plan (#1578)

Bumps [dagger-compiler](https://github.com/google/dagger) from 2.28.3 to 2.29.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.28.3...dagger-2.29.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-21 14:17:13 +03:00 committed by GitHub
parent 2ca1811d41
commit 8c0b51d511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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