Skip to content

Commit

Permalink
Upgrade to AutoFactory 1.0-beta5
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=174374366
  • Loading branch information
ronshapiro committed Nov 7, 2017
1 parent 19cc9f4 commit c6db7c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,8 @@ maven_jar(

maven_jar(
name = "com_google_auto_factory_auto_factory",
artifact = "com.google.auto.factory:auto-factory:1.0-beta3",
sha1 = "99b2ffe0e41abbd4cc42bf3836276e7174c4929d",
)

maven_jar(
name = "com_squareup_javawriter",
artifact = "com.squareup:javawriter:2.5.1",
sha1 = "54c87b3d91238e5b58e1a436d4916eee680ec959",
artifact = "com.google.auto.factory:auto-factory:1.0-beta5",
sha1 = "78b93b2334d0e2fb0d65c00127d4dcce261a83fc",
)

maven_jar(
Expand Down
2 changes: 1 addition & 1 deletion third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ java_plugin(
deps = [
":auto_common",
":auto_service",
":javapoet",
"//third_party:guava",
"@com_google_auto_factory_auto_factory//jar",
"@com_squareup_javawriter//jar",
],
)

Expand Down

0 comments on commit c6db7c5

Please sign in to comment.