Skip to content

Commit

Permalink
Update more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Jun 3, 2021
1 parent 719642e commit e4a7519
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions examples/android/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ maven_install(
"androidx.test.espresso:espresso-core:3.1.1",
"org.hamcrest:hamcrest-library:1.3",
"org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0-M1-1.4.0-rc",
"com.google.dagger:dagger:2.35.1",
"com.google.dagger:dagger-compiler:2.35.1",
"com.google.dagger:dagger-producers:2.35.1",
"com.google.dagger:dagger:2.36",
"com.google.dagger:dagger-compiler:2.36",
"com.google.dagger:dagger-producers:2.36",
"com.google.auto.value:auto-value:1.6.5",
"com.google.auto.value:auto-value-annotations:1.6.5",
],
Expand Down
10 changes: 5 additions & 5 deletions examples/anvil/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")

maven_install(
artifacts = [
"com.google.dagger:dagger:2.35.1",
"com.google.dagger:dagger-compiler:2.35.1",
"com.google.dagger:dagger-producers:2.35.1",
"com.squareup.anvil:compiler:2.2.2",
"com.squareup.anvil:annotations:2.2.2",
"com.google.dagger:dagger:2.36",
"com.google.dagger:dagger-compiler:2.36",
"com.google.dagger:dagger-producers:2.36",
"com.squareup.anvil:compiler:2.3.0",
"com.squareup.anvil:annotations:2.3.0",
"androidx.activity:activity:1.0.0",
"androidx.annotation:annotation:1.1.0",
"androidx.appcompat:appcompat-resources:1.1.0",
Expand Down
6 changes: 3 additions & 3 deletions kotlin/internal/repositories/setup.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ def kt_configure():
"com.google.auto.service:auto-service-annotations:1.0-rc5",
"com.google.auto.value:auto-value:1.6.5",
"com.google.auto.value:auto-value-annotations:1.6.5",
"com.google.dagger:dagger:2.35.1",
"com.google.dagger:dagger-compiler:2.35.1",
"com.google.dagger:dagger-producers:2.35.1",
"com.google.dagger:dagger:2.36",
"com.google.dagger:dagger-compiler:2.36",
"com.google.dagger:dagger-producers:2.36",
"javax.annotation:javax.annotation-api:1.3.2",
"javax.inject:javax.inject:1",
"org.pantsbuild:jarjar:1.7.2",
Expand Down

0 comments on commit e4a7519

Please sign in to comment.