Bump dagger-compiler from 2.36 to 2.37 in /Plan

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-06-11 05:22:17 +00:00
parent 2a523db945
commit a324c7ee24

View File

@ -64,7 +64,7 @@ subprojects {
targetCompatibility = JavaVersion.VERSION_1_8
ext.daggerVersion = "2.37"
ext.daggerCompilerVersion = "2.36"
ext.daggerCompilerVersion = "2.37"
ext.palVersion = "4.1.0"