Bump dagger-compiler from 2.22.1 to 2.23 in /Plan

Bumps [dagger-compiler](https://github.com/google/dagger) from 2.22.1 to 2.23.
- [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.22.1...dagger-2.23)
This commit is contained in:
dependabot-preview[bot] 2019-05-30 07:44:41 +00:00
parent 7d67d1e3b2
commit 42f31e1467

View File

@ -44,7 +44,7 @@ subprojects {
targetCompatibility = 1.8
ext.daggerVersion = "2.22.1"
ext.daggerCompilerVersion = "2.22.1"
ext.daggerCompilerVersion = "2.23"
ext.abstractPluginFrameworkVersion = "3.4.1"
ext.planPluginBridgeVersion = "4.8.2-R0.3"