We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640c44a commit cccbebdCopy full SHA for cccbebd
dagger-core/build.gradle
@@ -67,7 +67,7 @@ configurations {
67
dependencies {
68
minimalJar project(path: ':dagger-common', configuration: 'minimalCommonJar')
69
minimalJar project(path: ':dagger-functions', configuration: 'minimalFunctionsJar')
70
- minimalJar('com.gotocompany:depot:0.6.0') {
+ minimalJar('com.gotocompany:depot:0.9.2') {
71
exclude group: 'com.google.cloud', module: 'google-cloud-bigtable'
72
exclude group: 'com.google.cloud', module: 'google-cloud-bigquerystorage'
73
exclude group: 'com.google.cloud', module: 'google-cloud-bigquery'
0 commit comments