Skip to content

Commit

Permalink
chore: upgrade depot version to 0.9.2 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitaich1998 authored Sep 4, 2024
1 parent 91f34f3 commit 6d225b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagger-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ configurations {
dependencies {
minimalJar project(path: ':dagger-common', configuration: 'minimalCommonJar')
minimalJar project(path: ':dagger-functions', configuration: 'minimalFunctionsJar')
minimalJar('com.gotocompany:depot:0.6.0') {
minimalJar('com.gotocompany:depot:0.9.2') {
exclude group: 'com.google.cloud', module: 'google-cloud-bigtable'
exclude group: 'com.google.cloud', module: 'google-cloud-bigquerystorage'
exclude group: 'com.google.cloud', module: 'google-cloud-bigquery'
Expand Down

0 comments on commit 6d225b4

Please sign in to comment.