From fd49f200143acefaff0d76eb0b2666fe678d1223 Mon Sep 17 00:00:00 2001 From: Corbin McNeely-Smith <58151731+restingbull@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:40:46 -0500 Subject: [PATCH] Update anvil? --- .bazelci/presubmit.yml | 1 - examples/anvil/WORKSPACE | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 26c4e5e08..6a5430f96 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -26,7 +26,6 @@ tasks: test_flags: ${{ test_flags }} test_targets: - "//:all_tests" - - "//docs:are_docs_up_to_date_test" build_targets: - "//:rules_kotlin_release" integration_tests: diff --git a/examples/anvil/WORKSPACE b/examples/anvil/WORKSPACE index 45f76a7e4..d73c16300 100644 --- a/examples/anvil/WORKSPACE +++ b/examples/anvil/WORKSPACE @@ -63,8 +63,8 @@ maven_install( "com.google.dagger:dagger:2.50", "com.google.dagger:dagger-compiler:2.50", "com.google.dagger:dagger-producers:2.50", - "com.squareup.anvil:compiler:2.4.9", - "com.squareup.anvil:annotations:2.4.9", + "com.squareup.anvil:compiler:2.5.0-beta11", + "com.squareup.anvil:annotations:2.5.0-beta11", "androidx.activity:activity:1.0.0", "androidx.annotation:annotation:1.1.0", "androidx.appcompat:appcompat-resources:1.1.0",