Bump dagger-compiler from 2.32 to 2.33 in /Plan

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-26 05:57:46 +00:00
parent 4da22e89e6
commit 9df9717dcf

View File

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